
| Path : /usr/src/php/Zend/tests/ |
| Current File : //usr/src/php/Zend/tests/errmsg_044.phpt |
--TEST-- Trying use object of type stdClass as array --FILE-- <?php $a[0] = new stdclass; $a[0][0] = new stdclass; ?> --EXPECTF-- Fatal error: Cannot use object of type stdClass as array in %s on line %d