mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
fix tests
This commit is contained in:
parent
36d66521c9
commit
cf04587553
@ -38,7 +38,7 @@ int(%d)
|
||||
bool(true)
|
||||
int(101)
|
||||
bool(true)
|
||||
int(-1)
|
||||
int(%i)
|
||||
bool(true)
|
||||
int(100)
|
||||
bool(true)
|
||||
|
@ -1,5 +1,9 @@
|
||||
--TEST--
|
||||
sys_getloadavg() tests
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!function_exists("sys_getloadavg")) die("skip");
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
--TEST--
|
||||
ip2long() & long2ip() tests
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user