fix broken test

This commit is contained in:
Alexey Zakhlestin 2009-07-15 10:05:59 +00:00
parent 8ae922e36c
commit 03fa36f45a

View File

@ -1,8 +1,8 @@
--TEST--
--TEST--
time_nanosleep — Delay for a number of seconds and nanoseconds
--SKIPIF--
<?php
if (strpos(strtoupper(PHP_OS), 'WIN') !== false) die("skip Test is not valid for Windows");
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') die("skip Test is not valid for Windows");
if (!function_exists('time_nanosleep')) die("skip");
?>
--CREDITS--