php-src/Zend/tests/errmsg_044.phpt

15 lines
263 B
Plaintext
Raw Normal View History

2008-03-12 13:01:59 +00:00
--TEST--
Trying use object of type stdClass as array
--FILE--
<?php
$a[0] = new stdclass;
$a[0][0] = new stdclass;
?>
2008-03-12 15:20:41 +00:00
--EXPECTF--
Fatal error: Uncaught Error: Cannot use object of type stdClass as array in %s:%d
Stack trace:
#0 {main}
thrown in %s on line %d