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