diff options
| -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 | ||||
| -rw-r--r-- | ext/sysvsem/tests/sysv.phpt | 2 | ||||
| -rw-r--r-- | tests/classes/bug20120.phpt | 2 |
11 files changed, 11 insertions, 11 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 diff --git a/ext/sysvsem/tests/sysv.phpt b/ext/sysvsem/tests/sysv.phpt index 830590c33b..f7d95f7f48 100644 --- a/ext/sysvsem/tests/sysv.phpt +++ b/ext/sysvsem/tests/sysv.phpt @@ -1,6 +1,6 @@ --TEST-- General semaphore and shared memory test ---SKIP-- +--SKIPIF-- <?php // vim600: ts=4 sw=4 syn=php fdm=marker if(!extension_loaded('sysvsem') || !extension_loaded('sysvshm')) { die("skip Both sysvsem and sysvshm required"); diff --git a/tests/classes/bug20120.phpt b/tests/classes/bug20120.phpt index 8cc326eb09..3b64a4ded6 100644 --- a/tests/classes/bug20120.phpt +++ b/tests/classes/bug20120.phpt @@ -1,6 +1,6 @@ --TEST-- Methods via variable name, bug #20120 ---SKIP-- +--SKIPIF-- --FILE-- <?php class bugtest { |
