Skip to content

Commit 9706fcd

Browse files
author
foobar
committed
Fix the test. (second session init call produces a notice)
1 parent f3a1c37 commit 9706fcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/session/tests/019.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ var_dump($_SESSION);
4545

4646
session_destroy();
4747
?>
48-
--EXPECT--
48+
--EXPECTF--
49+
Notice: A session had already been started - ignoring session_start() in %s on line 17
4950
array(2) {
5051
["o1"]=>
5152
&object(tfoo)#1 (1) {

0 commit comments

Comments
 (0)