ru_php/Zend/tests/constexpr/gh9136.phpt

11 lines
216 B
PHP

--TEST--
GH-9136: Assertion when fetching property of magic constant in constant expression
--FILE--
<?php
const C = __file__->foo;
?>
--EXPECTF--
Warning: Attempt to read property "foo" on string in %s on line %d