php-src/Zend/tests/errmsg_043.phpt

13 lines
240 B
Plaintext
Raw Normal View History

2007-02-02 12:53:54 +00:00
--TEST--
errmsg: cannot create references to temp array
--FILE--
<?php
foreach (array(1,2,3) as $k=>&$v) {
}
echo "Done\n";
?>
--EXPECTF--
2007-02-02 12:53:54 +00:00
Fatal error: Cannot create references to elements of a temporary array expression in %s on line %d