fix tests

This commit is contained in:
Antony Dovgal 2006-11-16 13:49:20 +00:00
parent 36d66521c9
commit cf04587553
3 changed files with 9 additions and 1 deletions

View File

@ -38,7 +38,7 @@ int(%d)
bool(true)
int(101)
bool(true)
int(-1)
int(%i)
bool(true)
int(100)
bool(true)

View File

@ -1,5 +1,9 @@
--TEST--
sys_getloadavg() tests
--SKIPIF--
<?php
if (!function_exists("sys_getloadavg")) die("skip");
?>
--FILE--
<?php

View File

@ -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