From 9706fcd17fb8951e366063a895a045e351ac1dbf Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 13 Jun 2003 09:15:56 +0000 Subject: Fix the test. (second session init call produces a notice) --- ext/session/tests/019.phpt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/session/tests/019.phpt') diff --git a/ext/session/tests/019.phpt b/ext/session/tests/019.phpt index a7676f8e85..11797bd068 100644 --- a/ext/session/tests/019.phpt +++ b/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) { -- cgit v1.2.1