summaryrefslogtreecommitdiff
path: root/ext/bz2
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/bz2
parentd94136fc3098e73ec46c6fb40358a5fbefced82f (diff)
downloadphp-git-29cfd6d24ff30a5f2610babd80821bdfe0ca7cd0.tar.gz
- Remove unused blocks
Diffstat (limited to 'ext/bz2')
-rw-r--r--ext/bz2/tests/with_files.phpt2
-rw-r--r--ext/bz2/tests/with_strings.phpt2
2 files changed, 0 insertions, 4 deletions
diff --git a/ext/bz2/tests/with_files.phpt b/ext/bz2/tests/with_files.phpt
index cb98912d01..5691445939 100644
--- a/ext/bz2/tests/with_files.phpt
+++ b/ext/bz2/tests/with_files.phpt
@@ -2,8 +2,6 @@
BZ2 with files
--SKIPIF--
<?php if (!extension_loaded("bz2")) print "skip"; ?>
---POST--
---GET--
--FILE--
<?php // $Id$
diff --git a/ext/bz2/tests/with_strings.phpt b/ext/bz2/tests/with_strings.phpt
index 222b479c1b..adf07e16f9 100644
--- a/ext/bz2/tests/with_strings.phpt
+++ b/ext/bz2/tests/with_strings.phpt
@@ -2,8 +2,6 @@
BZ2 with strings
--SKIPIF--
<?php if (!extension_loaded("bz2")) print "skip"; ?>
---POST--
---GET--
--FILE--
<?php // $Id$