fix test, do not run on macos

This commit is contained in:
Raghubansh Kumar 2007-08-29 04:37:17 +00:00
parent a243ba8025
commit ae2808fdb8

View file

@ -4,6 +4,9 @@ Test gettype() & settype() functions : usage variations
<?php <?php
if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); 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-- --INI--
precision=14 precision=14
--FILE-- --FILE--