php-src/Zend/tests/gh10014.phpt
2022-12-01 19:30:44 +01:00

15 lines
257 B
PHP

--TEST--
GH-10014: Incorrect short-circuiting in constant expressions
--FILE--
<?php
#[Attribute(+[[][2]?->y]->y)]
class y {
}
?>
--EXPECTF--
Warning: Undefined array key 2 in %s on line %d
Warning: Attempt to read property "y" on array in %s on line %d