summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/bug25665.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/bug25665.phpt')
-rw-r--r--ext/standard/tests/math/bug25665.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/math/bug25665.phpt b/ext/standard/tests/math/bug25665.phpt
index 120604aff2..058562fffb 100644
--- a/ext/standard/tests/math/bug25665.phpt
+++ b/ext/standard/tests/math/bug25665.phpt
@@ -2,8 +2,8 @@
Bug #25665 (var_dump () hangs on Nan and INF)
--SKIPIF--
<?php
- $OS = strtoupper(PHP_OS);
- if ($OS == 'SUNOS' || $OS == 'SOLARIS') die("SKIP Solaris acos() returns wrong value");
+ $OS = strtoupper(PHP_OS);
+ if ($OS == 'SUNOS' || $OS == 'SOLARIS') die("SKIP Solaris acos() returns wrong value");
?>
--FILE--
<?php