x($line, 1); } // UnboxR (new A())->x(__LINE__)-> x(__LINE__)-> x(__LINE__); // PopR (new A())->x(__LINE__) ; // BoxR $var = &newInstanceOfA(__LINE__); $var = &newInstanceOfA(__LINE__) ; $var = &newInstanceOfA(__LINE__); // handled exception try { throw new Exception(__LINE__); } catch (Exception $e) { compare_lines($e->getMessage(), $e->getLine()); } // unhandled exception throw new Exception(__LINE__);