Skip to content

Commit 487e6e9

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Split intl tests for ICU 65
2 parents fec0ff8 + 884b780 commit 487e6e9

File tree

4 files changed

+1559
-0
lines changed

4 files changed

+1559
-0
lines changed

ext/intl/tests/grapheme.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
grapheme()
33
--SKIPIF--
44
<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
5+
<?php if (version_compare(INTL_ICU_VERSION, '65.0') >= 0) die('skip for ICU < 65.0'); ?>
56
--FILE--
67
<?php
78

0 commit comments

Comments
 (0)