summaryrefslogtreecommitdiff
path: root/ext/session/tests/004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/004.phpt')
-rw-r--r--ext/session/tests/004.phpt2
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;}}';