Browse Source

Fix the test. (second session init call produces a notice)

migration/unlabaled-1.3.2
foobar 23 years ago
parent
commit
9706fcd17f
  1. 3
      ext/session/tests/019.phpt

3
ext/session/tests/019.phpt

@ -45,7 +45,8 @@ var_dump($_SESSION);
session_destroy();
?>
--EXPECT--
--EXPECTF--
Notice: A session had already been started - ignoring session_start() in %s on line 17
array(2) {
["o1"]=>
&object(tfoo)#1 (1) {

Loading…
Cancel
Save