]> granicus.if.org Git - php/commitdiff
fix array tests
authorMarcus Boerger <helly@php.net>
Wed, 21 Aug 2002 01:22:02 +0000 (01:22 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 21 Aug 2002 01:22:02 +0000 (01:22 +0000)
someone must have changed precision in php.ini-dist from 14 to 12

ext/standard/tests/array/001.phpt
ext/standard/tests/array/002.phpt

index 7bec465e6f77bba0d4e52d4290af227b0469770b..9efb8003b1767c9d309a5e067491b53c3ccb0783 100644 (file)
@@ -2,6 +2,8 @@
 Test array_merge and array_walk
 --POST--
 --GET--
+--INI--
+precision=14
 --FILE--
 <?php
 require('ext/standard/tests/array/data.inc');
index cf1fec4bcac8028472dbc91297088fbc93488942..4c263ef6254c4c253d97d4e43a707b8b1f8d8fa2 100644 (file)
@@ -2,6 +2,8 @@
 Test arsort, asort, krsort, ksort, rsort, and sort
 --POST--
 --GET--
+--INI--
+precision=14
 --FILE--
 <?php
 require('ext/standard/tests/array/data.inc');