summaryrefslogtreecommitdiff
path: root/Zend/tests/errmsg_044.phpt
blob: 50234f89c686d6d9d01a6fed7d8435ca545c7198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Trying use object of type stdClass as array
--FILE--
<?php

$a[0] = new stdclass;
$a[0][0] = new stdclass;

?>
--EXPECTF--
Fatal error: Uncaught exception 'EngineException' with message 'Cannot use object of type stdClass as array' in %s:%d
Stack trace:
#0 {main}
  thrown in %s on line %d