diff options
author | foobar <sniper@php.net> | 2003-06-13 09:16:49 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-06-13 09:16:49 +0000 |
commit | 626f3de608a0a8757870adffc1be4d710357476d (patch) | |
tree | 65277d2c32b004d61bfeecc5016da08a72e864bb /ext/session | |
parent | 4cc45a7ba96e16868be3cd9e62b2c54e350c9071 (diff) | |
download | php-git-626f3de608a0a8757870adffc1be4d710357476d.tar.gz |
MFH, fixed the test (second session init produces a notices)
Diffstat (limited to 'ext/session')
-rw-r--r-- | ext/session/tests/019.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/session/tests/019.phpt b/ext/session/tests/019.phpt index c8b969e44f..f7f5139e23 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) { |