-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
Bug #30080 (Passing array or non array of objects)
--FILE--
<?php
class foo { 	
  function foo($arrayobj) { 
    var_dump($arrayobj);
  } 
} 

new foo(array(new stdClass)); 
?>
--EXPECT--
array(1) {
  [0]=>
  object(stdClass)#2 (0) {
  }
}

Copyright © 2017 || Recoded By Mr.Bumblebee