diff options
Diffstat (limited to 'tests/classes/array_access_002.phpt')
-rw-r--r-- | tests/classes/array_access_002.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/classes/array_access_002.phpt b/tests/classes/array_access_002.phpt index fd08eb3946..68640c83f5 100644 --- a/tests/classes/array_access_002.phpt +++ b/tests/classes/array_access_002.phpt @@ -135,11 +135,11 @@ object::offsetGet(4th) int(4) object::offsetGet(5th) -Notice: Undefined index: 5th in %sarray_access_002.php on line %d +Notice: Undefined index: 5th in %sarray_access_002.php on line %d NULL object::offsetGet(6) -Notice: Undefined offset: 6 in %sarray_access_002.php on line %d +Notice: Undefined offset: 6 in %sarray_access_002.php on line %d NULL ===offsetSet=== WRITE 1 |