-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
accessing object dimension
--FILE--
<?php

$object = new stdClass;
var_dump($object[1]);

?>
--EXPECTF--	
Fatal error: Cannot use object of type stdClass as array in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee