]> granicus.if.org Git - php/commitdiff
Fix Test
authorMarcus Boerger <helly@php.net>
Mon, 19 May 2003 22:16:58 +0000 (22:16 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 19 May 2003 22:16:58 +0000 (22:16 +0000)
ext/standard/tests/serialize/003.phpt

index 38e488b412712a6f03f6d6c1c47f56df71803be8..944a7aa124e0d248b95a29f71c1e6e87552629d8 100644 (file)
@@ -1,7 +1,8 @@
 --TEST--
 unserialize() floats with E notation (#18654)
---POST--
---GET--
+--INI--
+precision=12
+serialize_precision=100
 --FILE--
 <?php 
 foreach(array(1e2, 5.2e25, 85.29e-23, 9e-9) AS $value) {