summaryrefslogtreecommitdiff
path: root/ext/spl/tests/array_010.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/array_010.phpt')
-rw-r--r--ext/spl/tests/array_010.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/spl/tests/array_010.phpt b/ext/spl/tests/array_010.phpt
index 1df3be5acb..27ba612a21 100644
--- a/ext/spl/tests/array_010.phpt
+++ b/ext/spl/tests/array_010.phpt
@@ -92,10 +92,10 @@ int(1)
string(3) "3rd"
int(4)
-Notice: Undefined index: 5th in %sarray_010.php on line %d
+Notice: Undefined array key "5th" in %sarray_010.php on line %d
NULL
-Notice: Undefined offset: 6 in %sarray_010.php on line %d
+Notice: Undefined array key 6 in %sarray_010.php on line %d
NULL
===offsetSet===
WRITE 1
@@ -126,9 +126,9 @@ array(6) {
string(9) "changed 6"
}
-Notice: Undefined offset: 7 in %sarray_010.php on line %d
+Notice: Undefined array key 7 in %sarray_010.php on line %d
-Notice: Undefined index: 8th in %sarray_010.php on line %d
+Notice: Undefined array key "8th" in %sarray_010.php on line %d
array(4) {
[0]=>
string(3) "1st"