-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
Creating instances dynamically
--FILE--
<?php 

$arr = array(new stdClass, 'stdClass');

new $arr[0]();
new $arr[1]();

print "ok\n";

?>
--EXPECT--
ok

Copyright © 2017 || Recoded By Mr.Bumblebee