mirror of
https://github.com/php/php-src.git
synced 2025-01-20 02:33:37 +08:00
Fix test (thanks Scoates!)
This commit is contained in:
parent
a7dd2ad68c
commit
77af81b8c3
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user