From: Felipe Pena Date: Sat, 8 Mar 2008 23:32:22 +0000 (+0000) Subject: Fix test X-Git-Tag: RELEASE_2_0_0a1~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7235c8e5bba0d419c5cfd9965d39828fae6d3f30;p=php Fix test --- 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) {