diff options
Diffstat (limited to 'ext/standard/tests')
| -rw-r--r-- | ext/standard/tests/math/acosh_basic.phpt | 5 | ||||
| -rw-r--r-- | ext/standard/tests/math/acosh_error.phpt | 5 | ||||
| -rw-r--r-- | ext/standard/tests/math/acosh_variation.phpt | 5 | ||||
| -rw-r--r-- | ext/standard/tests/math/asinh_basic.phpt | 5 | ||||
| -rw-r--r-- | ext/standard/tests/math/asinh_error.phpt | 5 | ||||
| -rw-r--r-- | ext/standard/tests/math/asinh_variation.phpt | 5 | ||||
| -rw-r--r-- | ext/standard/tests/math/atanh_basic.phpt | 5 | ||||
| -rw-r--r-- | ext/standard/tests/math/atanh_error.phpt | 5 | ||||
| -rw-r--r-- | ext/standard/tests/math/atanh_variation.phpt | 5 |
9 files changed, 0 insertions, 45 deletions
diff --git a/ext/standard/tests/math/acosh_basic.phpt b/ext/standard/tests/math/acosh_basic.phpt index 34839ee2fd..d94109d9c1 100644 --- a/ext/standard/tests/math/acosh_basic.phpt +++ b/ext/standard/tests/math/acosh_basic.phpt @@ -1,10 +1,5 @@ --TEST-- Test return type and value for expected input acosh() ---SKIPIF-- -<?php -if(substr(PHP_OS, 0, 3) == "WIN") - die ("skip - function not supported on Windows"); -?> --INI-- precision = 14 --FILE-- diff --git a/ext/standard/tests/math/acosh_error.phpt b/ext/standard/tests/math/acosh_error.phpt index 8402ce54db..cb85becdb1 100644 --- a/ext/standard/tests/math/acosh_error.phpt +++ b/ext/standard/tests/math/acosh_error.phpt @@ -1,10 +1,5 @@ --TEST-- Test wrong number of arguments for acosh() ---SKIPIF-- -<?php -if(substr(PHP_OS, 0, 3) == "WIN" ) - die ("skip - function not supported on Windows"); -?> --FILE-- <?php /* diff --git a/ext/standard/tests/math/acosh_variation.phpt b/ext/standard/tests/math/acosh_variation.phpt index 9865dedd2b..fbcb62a20c 100644 --- a/ext/standard/tests/math/acosh_variation.phpt +++ b/ext/standard/tests/math/acosh_variation.phpt @@ -1,10 +1,5 @@ --TEST-- Test variations in usage of acosh() ---SKIPIF-- -<?php -if(substr(PHP_OS, 0, 3) == "WIN" ) - die ("skip - function not supported on Windows"); -?> --INI-- precision = 10 --FILE-- diff --git a/ext/standard/tests/math/asinh_basic.phpt b/ext/standard/tests/math/asinh_basic.phpt index 61f1731553..ff8a2d10ac 100644 --- a/ext/standard/tests/math/asinh_basic.phpt +++ b/ext/standard/tests/math/asinh_basic.phpt @@ -1,10 +1,5 @@ --TEST-- Test return type and value for expected input asinh() ---SKIPIF-- -<?php -if(substr(PHP_OS, 0, 3) == "WIN") - die ("skip - function not supported on Windows"); -?> --INI-- precision = 14 --FILE-- diff --git a/ext/standard/tests/math/asinh_error.phpt b/ext/standard/tests/math/asinh_error.phpt index c6f7e4f586..8a0d558783 100644 --- a/ext/standard/tests/math/asinh_error.phpt +++ b/ext/standard/tests/math/asinh_error.phpt @@ -1,10 +1,5 @@ --TEST-- Test wrong number of arguments for asinh() ---SKIPIF-- -<?php -if(substr(PHP_OS, 0, 3) == "WIN" ) - die ("skip - function not supported on Windows"); -?> --FILE-- <?php /* diff --git a/ext/standard/tests/math/asinh_variation.phpt b/ext/standard/tests/math/asinh_variation.phpt index eb71af1263..96fbbcb73f 100644 --- a/ext/standard/tests/math/asinh_variation.phpt +++ b/ext/standard/tests/math/asinh_variation.phpt @@ -1,10 +1,5 @@ --TEST-- Test variations in usage of asinh() ---SKIPIF-- -<?php -if(substr(PHP_OS, 0, 3) == "WIN" ) - die ("skip - function not supported on Windows"); -?> --INI-- precision = 10 --FILE-- diff --git a/ext/standard/tests/math/atanh_basic.phpt b/ext/standard/tests/math/atanh_basic.phpt index c259bdb82b..7e7144e239 100644 --- a/ext/standard/tests/math/atanh_basic.phpt +++ b/ext/standard/tests/math/atanh_basic.phpt @@ -1,10 +1,5 @@ --TEST-- Test return type and value for expected input atanh() ---SKIPIF-- -<?php -if(substr(PHP_OS, 0, 3) == "WIN" ) - die ("skip - function not supported on Windows"); -?> --INI-- precision = 14 --FILE-- diff --git a/ext/standard/tests/math/atanh_error.phpt b/ext/standard/tests/math/atanh_error.phpt index 04df2fac82..e442825b0e 100644 --- a/ext/standard/tests/math/atanh_error.phpt +++ b/ext/standard/tests/math/atanh_error.phpt @@ -1,10 +1,5 @@ --TEST-- Test wrong number of arguments for atanh() ---SKIPIF-- -<?php -if(substr(PHP_OS, 0, 3) == "WIN" ) - die ("skip - function not supported on Windows"); -?> --FILE-- <?php /* diff --git a/ext/standard/tests/math/atanh_variation.phpt b/ext/standard/tests/math/atanh_variation.phpt index c2c2681514..4ce9646ebb 100644 --- a/ext/standard/tests/math/atanh_variation.phpt +++ b/ext/standard/tests/math/atanh_variation.phpt @@ -1,10 +1,5 @@ --TEST-- Test variations in usage of atanh() ---SKIPIF-- -<?php -if(substr(PHP_OS, 0, 3) == "WIN" ) - die ("skip - function not supported on Windows"); -?> --INI-- precision = 10 --FILE-- |
