summaryrefslogtreecommitdiff
path: root/tests/classes/array_access_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/array_access_002.phpt')
-rw-r--r--tests/classes/array_access_002.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/classes/array_access_002.phpt b/tests/classes/array_access_002.phpt
index 79f4a52853..0f12811b49 100644
--- a/tests/classes/array_access_002.phpt
+++ b/tests/classes/array_access_002.phpt
@@ -134,11 +134,11 @@ ObjectOne::offsetGet(4th)
int(4)
ObjectOne::offsetGet(5th)
-Notice: Undefined index: 5th in %sarray_access_002.php on line %d
+Notice: Undefined array key "5th" in %s on line %d
NULL
ObjectOne::offsetGet(6)
-Notice: Undefined offset: 6 in %sarray_access_002.php on line %d
+Notice: Undefined array key 6 in %s on line %d
NULL
===offsetSet===
WRITE 1