summaryrefslogtreecommitdiff
path: root/ext/gmp
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/gmp
parentd94136fc3098e73ec46c6fb40358a5fbefced82f (diff)
downloadphp-git-29cfd6d24ff30a5f2610babd80821bdfe0ca7cd0.tar.gz
- Remove unused blocks
Diffstat (limited to 'ext/gmp')
-rw-r--r--ext/gmp/tests/001.phpt2
-rw-r--r--ext/gmp/tests/002.phpt2
-rw-r--r--ext/gmp/tests/003.phpt2
3 files changed, 0 insertions, 6 deletions
diff --git a/ext/gmp/tests/001.phpt b/ext/gmp/tests/001.phpt
index d4a3576cc9..382d374cb9 100644
--- a/ext/gmp/tests/001.phpt
+++ b/ext/gmp/tests/001.phpt
@@ -2,8 +2,6 @@
Check for gmp presence
--SKIPIF--
<?php if (!extension_loaded("gmp")) print "skip"; ?>
---POST--
---GET--
--FILE--
<?php
echo "gmp extension is available";
diff --git a/ext/gmp/tests/002.phpt b/ext/gmp/tests/002.phpt
index 4e33b6111d..ac2a7a5494 100644
--- a/ext/gmp/tests/002.phpt
+++ b/ext/gmp/tests/002.phpt
@@ -2,8 +2,6 @@
GMP functionality test - factorial
--SKIPIF--
<?php if (!extension_loaded("gmp")) print "skip"; ?>
---POST--
---GET--
--FILE--
<?php
function fact($x) {
diff --git a/ext/gmp/tests/003.phpt b/ext/gmp/tests/003.phpt
index 0a302573ee..379833024d 100644
--- a/ext/gmp/tests/003.phpt
+++ b/ext/gmp/tests/003.phpt
@@ -2,8 +2,6 @@
Check for number base recognition
--SKIPIF--
<?php if (!extension_loaded("gmp")) print "skip"; ?>
---POST--
---GET--
--FILE--
<?php
/* Binary */