summaryrefslogtreecommitdiff
path: root/ext/session/tests
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-05-19 08:56:50 +0000
committerMarcus Boerger <helly@php.net>2004-05-19 08:56:50 +0000
commit29cfd6d24ff30a5f2610babd80821bdfe0ca7cd0 (patch)
treea3c26d7bae2f6600eae7ebaa49a091032674d2aa /ext/session/tests
parentd94136fc3098e73ec46c6fb40358a5fbefced82f (diff)
downloadphp-git-29cfd6d24ff30a5f2610babd80821bdfe0ca7cd0.tar.gz
- Remove unused blocks
Diffstat (limited to 'ext/session/tests')
-rw-r--r--ext/session/tests/001.phpt2
-rw-r--r--ext/session/tests/002.phpt2
2 files changed, 0 insertions, 4 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";}}
diff --git a/ext/session/tests/002.phpt b/ext/session/tests/002.phpt
index 7c77fdcf94..6fff01e773 100644
--- a/ext/session/tests/002.phpt
+++ b/ext/session/tests/002.phpt
@@ -7,7 +7,5 @@ session_unset() without a initialized session
error_reporting(E_ALL);
session_unset();
print "ok\n";
---GET--
---POST--
--EXPECT--
ok