From b4210efe76324c40b0598996399258fd6d0248a6 Mon Sep 17 00:00:00 2001 From: Jeff Welch Date: Fri, 8 Nov 2013 13:07:22 -0500 Subject: [PATCH] Fixed tests that fail with non-default `serialize_precision` configurations. See: * https://bugs.php.net/bug.php?id=64760 * 4dc4302 --- ext/standard/tests/general_functions/var_export-locale.phpt | 2 +- ext/standard/tests/general_functions/var_export_basic3.phpt | 2 +- ext/standard/tests/general_functions/var_export_basic5.phpt | 2 ++ tests/lang/bug24640.phpt | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) 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--