-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
errmsg: key element cannot be a reference
--FILE--
<?php

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

echo "Done\n";
?>
--EXPECTF--	
Fatal error: Key element cannot be a reference in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee