From: Felipe Pena Date: Sat, 8 Mar 2008 23:31:05 +0000 (+0000) Subject: Fix test (thanks Scoates!) X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~650 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77af81b8c3b351ad3e8efc45784d9f8536351f52;p=php Fix test (thanks Scoates!) --- diff --git a/ext/session/tests/bug24592.phpt b/ext/session/tests/bug24592.phpt index 2c749386e6..059125ba2e 100644 --- a/ext/session/tests/bug24592.phpt +++ b/ext/session/tests/bug24592.phpt @@ -21,9 +21,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) {