mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
fix test, do not run on macos
This commit is contained in:
parent
a243ba8025
commit
ae2808fdb8
1 changed files with 3 additions and 0 deletions
|
@ -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--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue