]> granicus.if.org Git - php/commitdiff
MFH: Fix test (bug #44985)
authorJani Taskinen <jani@php.net>
Wed, 23 Jul 2008 14:15:19 +0000 (14:15 +0000)
committerJani Taskinen <jani@php.net>
Wed, 23 Jul 2008 14:15:19 +0000 (14:15 +0000)
ext/standard/tests/math/bindec_basic.phpt
ext/standard/tests/math/bindec_basic_64bit.phpt

index e50dc8d4893f8ea1ca410a2346053a872ee460d0..9fcca4a7ee24c55dffa3d93b74debe8b9d137ab8 100644 (file)
@@ -4,6 +4,8 @@ Test bindec() - basic function test bindec()
 <?php
 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
+--INI--
+precision=14
 --FILE--
 <?php
 $values = array(111000111,
index 006983717bb4c1b6497d8dbbf15b472636c99985..949c19eea382a7c0e6395923deac37e3734904aa 100644 (file)
@@ -4,6 +4,8 @@ Test bindec() - basic function test bindec()
 <?php
 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
 ?>
+--INI--
+precision=14
 --FILE--
 <?php
 $values = array(111000111,