summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug66127.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/bug66127.phpt')
-rw-r--r--ext/spl/tests/bug66127.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/spl/tests/bug66127.phpt b/ext/spl/tests/bug66127.phpt
index b5d1dcac4b..d6b78ae497 100644
--- a/ext/spl/tests/bug66127.phpt
+++ b/ext/spl/tests/bug66127.phpt
@@ -21,5 +21,6 @@ unset($items[0][0]);
crash();
echo "Worked!\n";
?>
---EXPECT--
+--EXPECTF--
+Warning: Undefined array key 0 in %s on line %d
Worked!