summaryrefslogtreecommitdiff
path: root/ext/intl/tests/timezone_windowsID_basic.phpt
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-10-20 13:56:58 +0200
committerAnatol Belski <ab@php.net>2017-10-20 13:56:58 +0200
commit26473523b02d076e3108084a745ecd2ea4b8f61f (patch)
tree5e61cf300a8e1b472a00d4efa9998fd02f3d0b25 /ext/intl/tests/timezone_windowsID_basic.phpt
parent7751ae59aef14562bb73dc64c366d766c644d720 (diff)
downloadphp-git-26473523b02d076e3108084a745ecd2ea4b8f61f.tar.gz
Sync some tests for compat with ICU 58.1, PHP 7.1+ part
Diffstat (limited to 'ext/intl/tests/timezone_windowsID_basic.phpt')
-rw-r--r--ext/intl/tests/timezone_windowsID_basic.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/intl/tests/timezone_windowsID_basic.phpt b/ext/intl/tests/timezone_windowsID_basic.phpt
index dd48f016e2..0a9fd3be90 100644
--- a/ext/intl/tests/timezone_windowsID_basic.phpt
+++ b/ext/intl/tests/timezone_windowsID_basic.phpt
@@ -3,9 +3,9 @@ IntlTimeZone::getWindowsID basic test
--SKIPIF--
<?php
if (!extension_loaded('intl'))
- die('skip intl extension not enabled');
-if (version_compare(INTL_ICU_VERSION, '52') < 0)
- die('skip for ICU >= 52');
+ die('skip intl extension not enabled'); ?>
+<?php if (version_compare(INTL_ICU_VERSION, '52') < 0) die('skip for ICU >= 52'); ?>
+<?php if (version_compare(INTL_ICU_VERSION, '57.1') >= 0) die('skip for ICU <= 57.1'); ?>
--FILE--
<?php