-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
Bug #41351 (Invalid opcode with foreach ($a[] as $b))
--FILE--
<?php

$a = array();

foreach($a[] as $b) {
}

echo "Done\n";
?>
--EXPECTF--	
Fatal error: Cannot use [] for reading in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee