summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug24592.phpt
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-03-08 23:31:05 +0000
committerFelipe Pena <felipe@php.net>2008-03-08 23:31:05 +0000
commit77af81b8c3b351ad3e8efc45784d9f8536351f52 (patch)
tree5a591f97631c2b54c4d149551ea7c530fa07cdf1 /ext/session/tests/bug24592.phpt
parenta7dd2ad68c8f58316315ce92de65a8772d98d021 (diff)
downloadphp-git-77af81b8c3b351ad3e8efc45784d9f8536351f52.tar.gz
Fix test (thanks Scoates!)
Diffstat (limited to 'ext/session/tests/bug24592.phpt')
-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 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) {