summaryrefslogtreecommitdiff
path: root/Zend/tests/offset_object.phpt
blob: b570fd2a2f6e17d02faa9539e45c5cb071f8b687 (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
accessing object dimension
--FILE--
<?php

$object = new stdClass;
var_dump($object[1]);

?>
--EXPECTF--	
Fatal error: Cannot use object of type stdClass as array in %s on line %d