-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
Bug #39825 (foreach produces memory error)
--FILE--
<?php 
$array = array(1 => 2, "foo" => "bar");
$obj = (object)$array;
foreach ($obj as $name => $value)  {
	echo "$name -> $value\n";
}
?>
--EXPECT--
1 -> 2
foo -> bar

Copyright © 2017 || Recoded By Mr.Bumblebee