Skip to content

Commit f25ff93

Browse files
author
Sascha Schumann
committed
MFB
1 parent 9706fcd commit f25ff93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/session/tests/019.phpt

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class TFoo {
2323
}
2424

2525
session_id("abtest");
26-
session_register('o1', 'o2' );
2726
session_start();
27+
session_register('o1', 'o2' );
2828

2929
$o1 =& new TFoo(42);
3030
$o2 =& $o1;
@@ -46,7 +46,6 @@ var_dump($_SESSION);
4646
session_destroy();
4747
?>
4848
--EXPECTF--
49-
Notice: A session had already been started - ignoring session_start() in %s on line 17
5049
array(2) {
5150
["o1"]=>
5251
&object(tfoo)#1 (1) {

0 commit comments

Comments
 (0)