From 7235c8e5bba0d419c5cfd9965d39828fae6d3f30 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sat, 8 Mar 2008 23:32:22 +0000 Subject: [PATCH] Fix test --- ext/session/tests/bug24592.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/session/tests/bug24592.phpt b/ext/session/tests/bug24592.phpt index f70974d119..0473bce1d5 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 index: foo in %s on line %d -Notice: Undefined index: bar in %s on line %d +Notice: Undefined index: bar in %s on line %d NULL NULL array(0) { @@ -34,9 +34,9 @@ array(2) { NULL } --UEXPECTF-- -Notice: Undefined index: foo in %s on line %d +Notice: Undefined index: foo in %s on line %d -Notice: Undefined index: bar in %s on line %d +Notice: Undefined index: bar in %s on line %d NULL NULL array(0) { -- 2.50.1