mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +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
|
<?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--
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue