Skip to content

Commit 387a3df

Browse files
committed
update existing test
1 parent 4582ff8 commit 387a3df

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ext/session/tests/session_start_read_and_close.phpt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@ bool(true)
3838
bool(true)
3939
bool(true)
4040
bool(true)
41+
bool(false)
42+
43+
Notice: session_start(): Ignoring session_start() because a session is already active (started from %s on line %d) in %s on line %d
4144
bool(true)
4245
bool(true)
4346
bool(true)
4447
bool(true)
4548
bool(true)
4649
bool(true)
4750
bool(true)
48-
bool(true)
49-
session_start(): Option "read_and_close" must be of type string|int|bool, float given
51+
TypeError: session_start(): Option "read_and_close" must be of type string|int|bool, float given

0 commit comments

Comments
 (0)