]> granicus.if.org Git - php/commitdiff
Fix test
authorFelipe Pena <felipe@php.net>
Sat, 8 Mar 2008 23:32:22 +0000 (23:32 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 8 Mar 2008 23:32:22 +0000 (23:32 +0000)
ext/session/tests/bug24592.phpt

index f70974d11971f7692b143cf48cd49ce1a94ef139..0473bce1d52f922df47de0b1e9e6973abd8a041a 100644 (file)
@@ -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) {