--- embedaddon/php/ext/standard/tests/general_functions/var_export-locale.phpt 2012/02/21 23:48:04 1.1 +++ embedaddon/php/ext/standard/tests/general_functions/var_export-locale.phpt 2014/06/15 20:03:59 1.1.1.2 @@ -1,7 +1,7 @@ --TEST-- Test var_export() function with locale --INI-- -precision=14 +serialize_precision=17 --SKIPIF-- 10.5, - 1 => 5.6, + 1 => 5.5999999999999996, ) array ( 0 => 10.5, - 1 => 5.6, + 1 => 5.5999999999999996, ) -string(34) "array ( +string(49) "array ( 0 => 10.5, - 1 => 5.6, + 1 => 5.5999999999999996, )"