]> granicus.if.org Git - php/commitdiff
fix tests
authorAntony Dovgal <tony2001@php.net>
Mon, 7 May 2007 22:12:56 +0000 (22:12 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 7 May 2007 22:12:56 +0000 (22:12 +0000)
Zend/tests/add_006.phpt
Zend/tests/bug37212.phpt
Zend/tests/cast_to_double.phpt
Zend/tests/decrement_001.phpt
Zend/tests/double_to_string_64bit.phpt
Zend/tests/increment_001.phpt
Zend/tests/settype_double.phpt

index c3f127e9cfb9c782615f42594ada5700bed33097..d56df2f329cd3fba8faa0037d06f4696b92b5402 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 adding numbers to strings
+--INI--
+precision=14
 --FILE--
 <?php
 
index 5e326ed034181b93fe492fd108e3a390caf50cc8..0a75c4e8ccffc4d31b67d4720a09fc03aabb7103 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #3721 (Access to protected property of common base class)
+Bug #37212 (Access to protected property of common base class)
 --FILE--
 <?php
 
index 7afc2708bef6d704157fd43faf136c9b8f548d28..a5b9819b02c558f841614efe722534daba664703 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 casting different variables to double 
+--INI--
+precision=14
 --FILE--
 <?php
 
index 027e68f2b661b2ef53df3cde601039166a790f1b..6ade8ad1639d2c3df0986ee88384cf59b50783c2 100644 (file)
@@ -2,6 +2,8 @@
 decrementing different variables
 --SKIPIF--
 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
+--INI--
+precision=14
 --FILE--
 <?php
 
index c52c38c577a2a8750f50d096f2c108719976e955..5ecb1a60672942d33c1d021908153aa07e81686a 100644 (file)
@@ -2,6 +2,8 @@
 double to string conversion tests (64bit)
 --SKIPIF--
 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
+--INI--
+precision=14
 --FILE--
 <?php
 
index 06b09d0a17d3d15a0ab84464df64e5721a2ede8b..3638474971a2d4de4284b2d33d5bcb07ee1d99ec 100644 (file)
@@ -2,6 +2,8 @@
 incrementing different variables
 --SKIPIF--
 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
+--INI--
+precision=14
 --FILE--
 <?php
 
index 931a3d9dff80c44debe407306729972d98c38051..ed63f8ae83b0ebac3da73a51cf1aca4daf391746 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 casting different variables to double using settype() 
+--INI--
+precision=14
 --FILE--
 <?php