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

index 2c749386e635f85ba2f29c4e0717e70f17426caa..059125ba2e98d788167326fcec7db2ed0c249ccd 100644 (file)
@@ -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) {