mirror of
https://github.com/php/php-src.git
synced 2024-12-04 07:14:10 +08:00
This test should no longer fail, and is perfectly okay for Linux to test on too.
This commit is contained in:
parent
74d2b2f0bd
commit
9cbf9472b6
@ -8,10 +8,7 @@ date.timezone=UTC
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!method_exists('DateInterval', 'format')) die("skip: method doesn't exist");
|
||||
if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows platforms only");
|
||||
?>
|
||||
--XFAIL--
|
||||
Windows VC6 libs' floor()/ceil() choke on floats
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user