diff options
author | Sascha Schumann <sas@php.net> | 2002-10-03 16:14:55 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-10-03 16:14:55 +0000 |
commit | 8882b28e606a5171dd51146089609fb9ede21857 (patch) | |
tree | 047de500577622cf108927f037c385d2e3c55816 /ext/session/tests/004.phpt | |
parent | 3ee8172674bacdbd8e3fa6cf6b66eca5d386f014 (diff) | |
download | php-git-8882b28e606a5171dd51146089609fb9ede21857.tar.gz |
editing
Diffstat (limited to 'ext/session/tests/004.phpt')
-rw-r--r-- | ext/session/tests/004.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/004.phpt b/ext/session/tests/004.phpt index 4645b366a7..8321a06438 100644 --- a/ext/session/tests/004.phpt +++ b/ext/session/tests/004.phpt @@ -8,7 +8,7 @@ session.cache_limiter= register_globals=1 --FILE-- <?php -error_reporting(~E_NOTICE); +error_reporting(E_ALL); class handler { var $data = 'baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:1;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:1;}}'; |