php-src/Zend/tests/errmsg_044.phpt
2008-03-12 12:58:12 +00:00

12 lines
205 B
PHP

--TEST--
Trying use object of type stdClass as array
--FILE--
<?php
$a[0] = new stdclass;
$a[0][0] = new stdclass;
?>
--EXPECT--
Fatal error: Cannot use object of type stdClass as array in %s on line %d