php-src/Zend/tests/gh7771_1.phpt
Ilija Tovilo e3ef7bbbb8
Adjust filename/lineno for constant expressions
Closes GH-7771
Closes GH-8124
2022-03-09 18:41:04 +01:00

16 lines
331 B
PHP

--TEST--
GH-7771 (Incorrect file/line for class constant expression exceptions)
--FILE--
<?php
include __DIR__ . '/gh7771_1_definition.inc';
new Foo();
?>
--EXPECTF--
Fatal error: Uncaught Error: Class "NonExistent" not found in %sgh7771_1_definition.inc:4
Stack trace:
#0 {main}
thrown in %sgh7771_1_definition.inc on line 4