php-8.0.30-src/Zend/tests/list/list_reference_011.phpt

10 lines
201 B
PHP

--TEST--
"Reference Unpacking - Compile Error (const)" list()
--FILE--
<?php
const FOO = 10;
[&$f] = FOO;
?>
--EXPECTF--
Fatal error: Cannot assign reference to non referencable value in %s on line %d