summaryrefslogtreecommitdiff
path: root/ext/dio
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/dio
parentd94136fc3098e73ec46c6fb40358a5fbefced82f (diff)
downloadphp-git-29cfd6d24ff30a5f2610babd80821bdfe0ca7cd0.tar.gz
- Remove unused blocks
Diffstat (limited to 'ext/dio')
-rw-r--r--ext/dio/tests/001.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/dio/tests/001.phpt b/ext/dio/tests/001.phpt
index 99aa5bd2c2..0d8a660ba3 100644
--- a/ext/dio/tests/001.phpt
+++ b/ext/dio/tests/001.phpt
@@ -2,8 +2,6 @@
Check for dio presence
--SKIPIF--
<?php if (!extension_loaded("dio")) print "skip"; ?>
---POST--
---GET--
--FILE--
<?php
echo "dio extension is available";