summaryrefslogtreecommitdiff
path: root/ext/session/tests/001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/001.phpt')
-rw-r--r--ext/session/tests/001.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/session/tests/001.phpt b/ext/session/tests/001.phpt
index 54918b5799..75d5df1632 100644
--- a/ext/session/tests/001.phpt
+++ b/ext/session/tests/001.phpt
@@ -29,7 +29,5 @@ session_register("arr");
print session_encode()."\n";
session_destroy();
---GET--
---POST--
--EXPECT--
baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";s:4:"done";}arr|a:1:{i:3;O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";s:4:"done";}}