mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
1.2 is a problematic float to print out
Lower the default display precision for this test
This commit is contained in:
parent
55069b4c09
commit
050ef52549
@ -3,6 +3,8 @@ get_locale() icu <= 4.2
|
||||
--SKIPIF--
|
||||
<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
|
||||
<?php if(version_compare(INTL_ICU_VERSION, '4.3', '<') != 1) print 'skip'; ?>
|
||||
--INI--
|
||||
precision=6
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user