diff options
| author | foobar <sniper@php.net> | 2003-04-16 02:21:30 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2003-04-16 02:21:30 +0000 |
| commit | b02dd10e03f4362df14ec6ae175e4d2d8a501f39 (patch) | |
| tree | 6d0fbb7e90ad3b49d5e9b2e2e39cd1dd8d82b9d8 /ext/bcmath/tests | |
| parent | 7f8bd25fccf39f8c9a5cbcbf3450356082ba1563 (diff) | |
| download | php-git-b02dd10e03f4362df14ec6ae175e4d2d8a501f39.tar.gz | |
SKIP -> SKIPIF
Diffstat (limited to 'ext/bcmath/tests')
| -rw-r--r-- | ext/bcmath/tests/bcadd.phpt | 2 | ||||
| -rw-r--r-- | ext/bcmath/tests/bccomp.phpt | 2 | ||||
| -rw-r--r-- | ext/bcmath/tests/bcdiv.phpt | 2 | ||||
| -rw-r--r-- | ext/bcmath/tests/bcmod.phpt | 2 | ||||
| -rw-r--r-- | ext/bcmath/tests/bcmul.phpt | 2 | ||||
| -rw-r--r-- | ext/bcmath/tests/bcpow.phpt | 2 | ||||
| -rw-r--r-- | ext/bcmath/tests/bcscale.phpt | 2 | ||||
| -rw-r--r-- | ext/bcmath/tests/bcsqrt.phpt | 2 | ||||
| -rw-r--r-- | ext/bcmath/tests/bcsub.phpt | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/ext/bcmath/tests/bcadd.phpt b/ext/bcmath/tests/bcadd.phpt index 89e5b48bb1..61552eecde 100644 --- a/ext/bcmath/tests/bcadd.phpt +++ b/ext/bcmath/tests/bcadd.phpt @@ -1,6 +1,6 @@ --TEST-- bcadd() function ---SKIP-- +--SKIPIF-- <?php if(!extension_loaded("bcmath")) print "skip"; ?> --INI-- bcmath.scale=0 diff --git a/ext/bcmath/tests/bccomp.phpt b/ext/bcmath/tests/bccomp.phpt index d4b28accc5..b2bf9f4ac2 100644 --- a/ext/bcmath/tests/bccomp.phpt +++ b/ext/bcmath/tests/bccomp.phpt @@ -1,6 +1,6 @@ --TEST-- bccomp() function ---SKIP-- +--SKIPIF-- <?php if(!extension_loaded("bcmath")) print "skip"; ?> --INI-- bcmath.scale=0 diff --git a/ext/bcmath/tests/bcdiv.phpt b/ext/bcmath/tests/bcdiv.phpt index cd791b9c2a..cda19496d5 100644 --- a/ext/bcmath/tests/bcdiv.phpt +++ b/ext/bcmath/tests/bcdiv.phpt @@ -1,6 +1,6 @@ --TEST-- bcdiv() function ---SKIP-- +--SKIPIF-- <?php if(!extension_loaded("bcmath")) print "skip"; ?> --INI-- bcmath.scale=0 diff --git a/ext/bcmath/tests/bcmod.phpt b/ext/bcmath/tests/bcmod.phpt index 8d283e5407..1d7be48a75 100644 --- a/ext/bcmath/tests/bcmod.phpt +++ b/ext/bcmath/tests/bcmod.phpt @@ -1,6 +1,6 @@ --TEST-- bcmod() function ---SKIP-- +--SKIPIF-- <?php if(!extension_loaded("bcmath")) print "skip"; ?> --INI-- bcmath.scale=0 diff --git a/ext/bcmath/tests/bcmul.phpt b/ext/bcmath/tests/bcmul.phpt index 9ee06669df..0ff322fe32 100644 --- a/ext/bcmath/tests/bcmul.phpt +++ b/ext/bcmath/tests/bcmul.phpt @@ -1,6 +1,6 @@ --TEST-- bcmul() function ---SKIP-- +--SKIPIF-- <?php if(!extension_loaded("bcmath")) print "skip"; ?> --INI-- bcmath.scale=0 diff --git a/ext/bcmath/tests/bcpow.phpt b/ext/bcmath/tests/bcpow.phpt index ae18065ec1..bdd4e08cab 100644 --- a/ext/bcmath/tests/bcpow.phpt +++ b/ext/bcmath/tests/bcpow.phpt @@ -1,6 +1,6 @@ --TEST-- bcpow() function ---SKIP-- +--SKIPIF-- <?php if(!extension_loaded("bcmath")) print "skip"; ?> --INI-- bcmath.scale=0 diff --git a/ext/bcmath/tests/bcscale.phpt b/ext/bcmath/tests/bcscale.phpt index 8237f9dd8d..4fc2f85eb9 100644 --- a/ext/bcmath/tests/bcscale.phpt +++ b/ext/bcmath/tests/bcscale.phpt @@ -1,6 +1,6 @@ --TEST-- bcscale() function ---SKIP-- +--SKIPIF-- <?php if(!extension_loaded("bcmath")) print "skip"; ?> --INI-- bcmath.scale=0 diff --git a/ext/bcmath/tests/bcsqrt.phpt b/ext/bcmath/tests/bcsqrt.phpt index 1e50ef2444..46d92fd5ed 100644 --- a/ext/bcmath/tests/bcsqrt.phpt +++ b/ext/bcmath/tests/bcsqrt.phpt @@ -1,6 +1,6 @@ --TEST-- bcsqrt() function ---SKIP-- +--SKIPIF-- <?php if(!extension_loaded("bcmath")) print "skip"; ?> --INI-- bcmath.scale=0 diff --git a/ext/bcmath/tests/bcsub.phpt b/ext/bcmath/tests/bcsub.phpt index c20d48ff19..71726492f7 100644 --- a/ext/bcmath/tests/bcsub.phpt +++ b/ext/bcmath/tests/bcsub.phpt @@ -1,6 +1,6 @@ --TEST-- bcsub() function ---SKIP-- +--SKIPIF-- <?php if(!extension_loaded("bcmath")) print "skip"; ?> --INI-- bcmath.scale=0 |
