Your IP : 216.73.216.48


Current Path : /hdd/hdd21/main/php/php-7.3.1/Zend/tests/
Upload File :
Current File : //hdd/hdd21/main/php/php-7.3.1/Zend/tests/exception_023.phpt

--TEST--
Ensure proper backtraces with anon classes
--FILE--
<?php

(function($obj) {
	throw new Exception();
})(new class {});

?>
--EXPECTF--
Fatal error: Uncaught Exception in %s:%d
Stack trace:
#0 %s(%d): {closure}(Object(class@anonymous))
#1 {main}
  thrown in %s on line %d