--TEST--
time_sleep_until() function - basic test for time_sleep_until()
+--SKIPIF--
+<?php if (!function_exists("time_sleep_until")) die('skip time_sleep_until() not available');?>
--CREDITS--
Manuel Baldassarri mb@ideato.it
Michele Orselli mo@ideato.it
--TEST--
time_sleep_until() function - error test for time_sleep_until()
+--SKIPIF--
+<?php if (!function_exists("time_sleep_until")) die('skip time_sleep_until() not available');?>
--CREDITS--
Fabio Fabbrucci fabbrucci@grupporetina.com
Danilo Sanchi sanchi@grupporetina.com
--TEST--
time_sleep_until() function - error test for time_sleep_until()
--SKIPIF--
-<?php
- function_exists('time_sleep_until') or die('skip time_sleep_until() is not supported in this build.');
-?>
+<?php if (!function_exists("time_sleep_until")) die('skip time_sleep_until() not available');?>
--CREDITS--
Filippo De Santis fd@ideato.it
#PHPTestFest Cesena Italia on 2009-06-20
--TEST--
time_sleep_until() function - error test for time_sleep_until()
+--SKIPIF--
+<?php if (!function_exists("time_sleep_until")) die('skip time_sleep_until() not available');?>
--CREDITS--
Francesco Fullone ff@ideato.it
#PHPTestFest Cesena Italia on 2009-06-20