1.2 is a problematic float to print out

Lower the default display precision for this test
This commit is contained in:
Rasmus Lerdorf 2014-07-11 10:29:40 -07:00
parent 55069b4c09
commit 050ef52549

View File

@ -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