-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/errmsg_043.phpt

--TEST--
errmsg: cannot create references to temp array
--FILE--
<?php

foreach (array(1,2,3) as $k=>&$v) {
}

echo "Done\n";
?>
--EXPECTF--	
Fatal error: Cannot create references to elements of a temporary array expression in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee