errmsg_044.phpt 263 B

1234567891011121314
  1. --TEST--
  2. Trying use object of type stdClass as array
  3. --FILE--
  4. <?php
  5. $a[0] = new stdclass;
  6. $a[0][0] = new stdclass;
  7. ?>
  8. --EXPECTF--
  9. Fatal error: Uncaught Error: Cannot use object of type stdClass as array in %s:%d
  10. Stack trace:
  11. #0 {main}
  12. thrown in %s on line %d