diff options
Diffstat (limited to 'ext/date/tests/strftime_variation17.phpt')
-rw-r--r-- | ext/date/tests/strftime_variation17.phpt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/date/tests/strftime_variation17.phpt b/ext/date/tests/strftime_variation17.phpt index 66527e3436..99acdacbb4 100644 --- a/ext/date/tests/strftime_variation17.phpt +++ b/ext/date/tests/strftime_variation17.phpt @@ -1,11 +1,5 @@ --TEST-- Test strftime() function : usage variation - Checking day related formats which was not supported on Windows before VC14. ---SKIPIF-- -<?php -if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') { - die("skip Test is valid for Windows"); -} -?> --FILE-- <?php /* Prototype : string strftime(string format [, int timestamp]) |