@ -1,5 +1,9 @@
--TEST--
Extensive test for date_diff().
--SKIPIF--
<?php
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
?>
--INI--
date.timezone=UTC
--FILE--
@ -5,6 +5,7 @@ File type functions
if (substr(PHP_OS, 0, 3) == 'WIN') {
die('skip no symlinks on Windows');
}
@ -5,6 +5,9 @@ Test fileatime(), filemtime(), filectime() & touch() functions : usage variation
die('skip Do not run on Windows');
if (getenv("SKIP_SLOW_TESTS")) {
die("skip slow test");
Testing fread() on a TCP server socket
@ -4,6 +4,7 @@ proc_open
if (!is_executable('/bin/sleep')) echo 'skip no sleep';
if (!is_executable('/usr/bin/nohup')) echo 'skip no nohup';
if (getenv('SKIP_SLOW_TESTS')) echo 'skip slow test';
@ -1,7 +1,9 @@
time_nanosleep — Delay for a number of seconds and nanoseconds
<?php if (!function_exists('time_nanosleep')) die("skip"); ?>
<?php if (!function_exists('time_nanosleep')) die("skip");
--CREDITS--
Àlex Corretgé - alex@corretge.cat
htmlentities() conformance check (HTML 4)
function utf32_utf8($k) {
Testing register_shutdown_function() with timeout. (Bug: #21513)
function with many parameters