summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/tests/general_functions/gettype_settype_variation2.phpt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/tests/general_functions/gettype_settype_variation2.phpt b/ext/standard/tests/general_functions/gettype_settype_variation2.phpt
index ac3660b2ce..6c321de491 100644
--- a/ext/standard/tests/general_functions/gettype_settype_variation2.phpt
+++ b/ext/standard/tests/general_functions/gettype_settype_variation2.phpt
@@ -4,6 +4,9 @@ Test gettype() & settype() functions : usage variations
<?php
if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
?>
+if ( strtoupper( substr(PHP_OS, 0, 3) ) == 'MAC' ) {
+ die('skip Do not run on MacOS');
+}
--INI--
precision=14
--FILE--