diff options
Diffstat (limited to 'ext/session/tests/003.phpt')
-rw-r--r-- | ext/session/tests/003.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/session/tests/003.phpt b/ext/session/tests/003.phpt index cded6b8367..164993cc96 100644 --- a/ext/session/tests/003.phpt +++ b/ext/session/tests/003.phpt @@ -1,5 +1,5 @@ --TEST-- -Session Object Deserialization +session object deserialization --SKIPIF-- <?php include('skipif.inc'); ?> --INI-- @@ -8,6 +8,7 @@ session.cache_limiter= register_globals=1 --FILE-- <?php +error_reporting(E_ALL); class foo { var $bar = "ok"; |