From 0c77fef23a2372ab955fe6f24d1910a8ad3db27f Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 19 May 2003 22:16:58 +0000 Subject: [PATCH] Fix Test --- ext/standard/tests/serialize/003.phpt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ext/standard/tests/serialize/003.phpt b/ext/standard/tests/serialize/003.phpt index 38e488b412..944a7aa124 100644 --- a/ext/standard/tests/serialize/003.phpt +++ b/ext/standard/tests/serialize/003.phpt @@ -1,7 +1,8 @@ --TEST-- unserialize() floats with E notation (#18654) ---POST-- ---GET-- +--INI-- +precision=12 +serialize_precision=100 --FILE--