From: Jeff Welch Date: Fri, 8 Nov 2013 18:07:22 +0000 (-0500) Subject: Fixed tests that fail with non-default `serialize_precision` configurations. X-Git-Tag: PRE_PHPNG_MERGE~353^2~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2ca20312d7db29dbd314118dc52068904e1a98e;p=php Fixed tests that fail with non-default `serialize_precision` configurations. See: * https://bugs.php.net/bug.php?id=64760 * 4dc4302 --- diff --git a/ext/standard/tests/general_functions/var_export-locale.phpt b/ext/standard/tests/general_functions/var_export-locale.phpt index 3cbebe9c72..b6f87c431c 100644 --- a/ext/standard/tests/general_functions/var_export-locale.phpt +++ b/ext/standard/tests/general_functions/var_export-locale.phpt @@ -1,7 +1,7 @@ --TEST-- Test var_export() function with locale --INI-- -precision=14 +serialize_precision=17 --SKIPIF--