summaryrefslogtreecommitdiff
path: root/ext/session/tests/025.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/025.phpt')
-rw-r--r--ext/session/tests/025.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/025.phpt b/ext/session/tests/025.phpt
index a9ad8fb649..83ab6ca370 100644
--- a/ext/session/tests/025.phpt
+++ b/ext/session/tests/025.phpt
@@ -10,8 +10,8 @@ session.name=PHPSESSID
session.serialize_handler=php
--FILE--
<?php
-
error_reporting(E_ALL);
+ob_start();
class handler {
public $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;}}';