summaryrefslogtreecommitdiff
path: root/Zend/tests/offset_object.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/offset_object.phpt')
-rw-r--r--Zend/tests/offset_object.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/offset_object.phpt b/Zend/tests/offset_object.phpt
index 7ab636b6a8..972a901756 100644
--- a/Zend/tests/offset_object.phpt
+++ b/Zend/tests/offset_object.phpt
@@ -7,7 +7,7 @@ $object = new stdClass;
var_dump($object[1]);
?>
---EXPECTF--
+--EXPECTF--
Fatal error: Uncaught Error: Cannot use object of type stdClass as array in %s:%d
Stack trace:
#0 {main}