Fix test (thanks Scoates!)

This commit is contained in:
Felipe Pena 2008-03-08 23:31:05 +00:00
parent a7dd2ad68c
commit 77af81b8c3

View 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) {