summaryrefslogtreecommitdiff
path: root/Zend/tests/errmsg_044.phpt
blob: e908845ae4c166d3e1c95f2b38f1a565b2af41c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--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