diff options
author | Marcus Boerger <helly@php.net> | 2004-05-19 08:56:50 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-05-19 08:56:50 +0000 |
commit | 29cfd6d24ff30a5f2610babd80821bdfe0ca7cd0 (patch) | |
tree | a3c26d7bae2f6600eae7ebaa49a091032674d2aa /ext/gmp | |
parent | d94136fc3098e73ec46c6fb40358a5fbefced82f (diff) | |
download | php-git-29cfd6d24ff30a5f2610babd80821bdfe0ca7cd0.tar.gz |
- Remove unused blocks
Diffstat (limited to 'ext/gmp')
-rw-r--r-- | ext/gmp/tests/001.phpt | 2 | ||||
-rw-r--r-- | ext/gmp/tests/002.phpt | 2 | ||||
-rw-r--r-- | ext/gmp/tests/003.phpt | 2 |
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 */ |