diff options
Diffstat (limited to 'ext/session/tests/011.phpt')
-rw-r--r-- | ext/session/tests/011.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/session/tests/011.phpt b/ext/session/tests/011.phpt index d6b6632779..6aaa6bd797 100644 --- a/ext/session/tests/011.phpt +++ b/ext/session/tests/011.phpt @@ -1,5 +1,5 @@ --TEST-- -session_decode(); should not segfault. +session_decode(); should not segfault --SKIPIF-- <?php include('skipif.inc'); ?> --INI-- @@ -10,7 +10,7 @@ session.bug_compat_42=1 session.bug_compat_warn=0 --FILE-- <?php -error_reporting(E_ALL & ~E_NOTICE); +error_reporting(E_ALL); @session_decode("garbage data and no session started"); @session_decode("userid|s:5:\"mazen\";chatRoom|s:1:\"1\";"); |