-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
foreach() & undefined var
--FILE--
<?php

foreach($a as $val);

echo "Done\n";
?>
--EXPECTF--	
Notice: Undefined variable: a in %s on line %d

Warning: Invalid argument supplied for foreach() in %s on line %d
Done

Copyright © 2017 || Recoded By Mr.Bumblebee