php-src/Zend/tests/alternative_offset_syntax_in_encaps_string.phpt
Ilija Tovilo 780a8280d2
[RFC] Property hooks (#13455)
RFC: https://wiki.php.net/rfc/property-hooks

Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
2024-07-14 11:55:03 +02:00

6 lines
232 B
PHP

--TEST--
Alternative offset syntax should emit only E_COMPILE_ERROR in string interpolation
--FILE--
<?php "{$g{'h'}}"; ?>
--EXPECTF--
Parse error: syntax error, unexpected token "{", expecting "->" or "?->" or "[" in %s on line %d