summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-05-07 22:10:14 +0000
committerAntony Dovgal <tony2001@php.net>2007-05-07 22:10:14 +0000
commit56a27267f3896f8ae31b4f101d8ef2638f815865 (patch)
treeb92133ae7fbf8e26e3388433c3c6f7818e940532 /Zend
parentc2c4fe75e1878ec908985dc08bc8dd50caf8e739 (diff)
downloadphp-git-56a27267f3896f8ae31b4f101d8ef2638f815865.tar.gz
fix tests
Diffstat (limited to 'Zend')
-rw-r--r--Zend/tests/add_006.phpt2
-rw-r--r--Zend/tests/cast_to_double.phpt2
-rw-r--r--Zend/tests/decrement_001.phpt2
-rw-r--r--Zend/tests/double_to_string_64bit.phpt2
-rw-r--r--Zend/tests/increment_001.phpt2
-rw-r--r--Zend/tests/settype_double.phpt2
6 files changed, 12 insertions, 0 deletions
diff --git a/Zend/tests/add_006.phpt b/Zend/tests/add_006.phpt
index c3f127e9cf..d56df2f329 100644
--- a/Zend/tests/add_006.phpt
+++ b/Zend/tests/add_006.phpt
@@ -1,5 +1,7 @@
--TEST--
adding numbers to strings
+--INI--
+precision=14
--FILE--
<?php
diff --git a/Zend/tests/cast_to_double.phpt b/Zend/tests/cast_to_double.phpt
index 7afc2708be..a5b9819b02 100644
--- a/Zend/tests/cast_to_double.phpt
+++ b/Zend/tests/cast_to_double.phpt
@@ -1,5 +1,7 @@
--TEST--
casting different variables to double
+--INI--
+precision=14
--FILE--
<?php
diff --git a/Zend/tests/decrement_001.phpt b/Zend/tests/decrement_001.phpt
index 027e68f2b6..6ade8ad163 100644
--- a/Zend/tests/decrement_001.phpt
+++ b/Zend/tests/decrement_001.phpt
@@ -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
diff --git a/Zend/tests/double_to_string_64bit.phpt b/Zend/tests/double_to_string_64bit.phpt
index c52c38c577..5ecb1a6067 100644
--- a/Zend/tests/double_to_string_64bit.phpt
+++ b/Zend/tests/double_to_string_64bit.phpt
@@ -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
diff --git a/Zend/tests/increment_001.phpt b/Zend/tests/increment_001.phpt
index 06b09d0a17..3638474971 100644
--- a/Zend/tests/increment_001.phpt
+++ b/Zend/tests/increment_001.phpt
@@ -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
diff --git a/Zend/tests/settype_double.phpt b/Zend/tests/settype_double.phpt
index 931a3d9dff..ed63f8ae83 100644
--- a/Zend/tests/settype_double.phpt
+++ b/Zend/tests/settype_double.phpt
@@ -1,5 +1,7 @@
--TEST--
casting different variables to double using settype()
+--INI--
+precision=14
--FILE--
<?php