summaryrefslogtreecommitdiff
path: root/ext/session/tests
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests')
-rw-r--r--ext/session/tests/bug24592.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/session/tests/bug24592.phpt b/ext/session/tests/bug24592.phpt
index 3e651cdeec..c4e9ee77eb 100644
--- a/ext/session/tests/bug24592.phpt
+++ b/ext/session/tests/bug24592.phpt
@@ -20,9 +20,9 @@ $_SESSION['bar'] = $bar;
var_dump($_SESSION);
?>
--EXPECTF--
-Notice: Undefined index: foo in %s on line %d
+Notice: Undefined array key "foo" in %s on line %d
-Notice: Undefined index: bar in %s on line %d
+Notice: Undefined array key "bar" in %s on line %d
NULL
NULL
array(0) {