We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4582ff8 commit 387a3dfCopy full SHA for 387a3df
ext/session/tests/session_start_read_and_close.phpt
@@ -38,12 +38,14 @@ bool(true)
38
bool(true)
39
40
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
44
45
46
47
48
49
50
-bool(true)
-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