summaryrefslogtreecommitdiff
path: root/ext/session/tests/004.phpt
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-08-23 11:42:21 +0000
committerJani Taskinen <jani@php.net>2007-08-23 11:42:21 +0000
commit19401951c07644dfa2f98d531b8f0c0dcb8f2849 (patch)
tree4d40258c77c23e6e24683939cf37d1c16da3deff /ext/session/tests/004.phpt
parentede06426eef04535e715a70bf5baaf757037c88a (diff)
downloadphp-git-19401951c07644dfa2f98d531b8f0c0dcb8f2849.tar.gz
MFH: sync
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 2040476bc0..b9013cac70 100644
--- a/ext/session/tests/004.phpt
+++ b/ext/session/tests/004.phpt
@@ -13,7 +13,7 @@ session.serialize_handler=php
error_reporting(E_ALL);
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;}}';
+ 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;}}';
function open($save_path, $session_name)
{
print "OPEN: $session_name\n";