summaryrefslogtreecommitdiff
path: root/Zend/tests/list/list_reference_011.phpt
blob: 405f34f22737e5888e2d4ae7b4789d3b73d3a6c5 (plain)
1
2
3
4
5
6
7
8
9
--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