summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-05-18 11:29:55 +0000
committerAntony Dovgal <tony2001@php.net>2007-05-18 11:29:55 +0000
commitffd09c0961ce3256d68dd61e230ba8484e73e36e (patch)
treeb9f766a77dddd94461c9db8049c291bbc21ceae7
parent83aba2c5b9f1ed39457921757205e357834a8d5f (diff)
downloadphp-git-ffd09c0961ce3256d68dd61e230ba8484e73e36e.tar.gz
fix tests
-rw-r--r--ext/filter/tests/031.phpt2
-rw-r--r--ext/filter/tests/044.phpt2
-rw-r--r--ext/filter/tests/filter_data.phpt2
-rw-r--r--ext/session/tests/007.phpt1
-rw-r--r--ext/session/tests/008-php4.2.3.phpt1
-rw-r--r--ext/standard/tests/strings/addcslashes.phptbin4107 -> 4128 bytes
-rw-r--r--ext/standard/tests/strings/str_replace.phpt2
-rw-r--r--ext/standard/tests/strings/strpos.phptbin9380 -> 9401 bytes
-rw-r--r--ext/wddx/tests/001.phpt2
-rw-r--r--tests/lang/034.phpt2
10 files changed, 14 insertions, 0 deletions
diff --git a/ext/filter/tests/031.phpt b/ext/filter/tests/031.phpt
index 02ef90a34e..23691fbbba 100644
--- a/ext/filter/tests/031.phpt
+++ b/ext/filter/tests/031.phpt
@@ -2,6 +2,8 @@
filter_var() and FLOAT
--SKIPIF--
<?php if (!extension_loaded("filter")) die("skip"); ?>
+--INI--
+precision=14
--FILE--
<?php
diff --git a/ext/filter/tests/044.phpt b/ext/filter/tests/044.phpt
index 6fa6c2e304..ff4689381d 100644
--- a/ext/filter/tests/044.phpt
+++ b/ext/filter/tests/044.phpt
@@ -2,6 +2,8 @@
Integer validation with spaces
--SKIPIF--
<?php if (!extension_loaded("filter")) die("skip"); ?>
+--INI--
+precision=14
--FILE--
<?php
$vals = array(
diff --git a/ext/filter/tests/filter_data.phpt b/ext/filter/tests/filter_data.phpt
index 6926a88512..1071b3efae 100644
--- a/ext/filter/tests/filter_data.phpt
+++ b/ext/filter/tests/filter_data.phpt
@@ -2,6 +2,8 @@
Simple filter_var() tests
--SKIPIF--
<?php if (!extension_loaded("filter")) die("skip"); ?>
+--INI--
+precision=14
--FILE--
<?php
diff --git a/ext/session/tests/007.phpt b/ext/session/tests/007.phpt
index 7ed74ea474..ae3c232eb4 100644
--- a/ext/session/tests/007.phpt
+++ b/ext/session/tests/007.phpt
@@ -10,6 +10,7 @@ register_globals=1
session.bug_compat_42=1
session.serialize_handler=php
session.save_handler=files
+precision=14
--FILE--
<?php
error_reporting(E_ALL);
diff --git a/ext/session/tests/008-php4.2.3.phpt b/ext/session/tests/008-php4.2.3.phpt
index 537858a361..b6485b3b46 100644
--- a/ext/session/tests/008-php4.2.3.phpt
+++ b/ext/session/tests/008-php4.2.3.phpt
@@ -18,6 +18,7 @@ display_errors=1
error_reporting=2039;
session.serialize_handler=php
session.save_handler=files
+precision=14
--FILE--
<?php
session_id("abtest");
diff --git a/ext/standard/tests/strings/addcslashes.phpt b/ext/standard/tests/strings/addcslashes.phpt
index aa6821c076..9c6e035dac 100644
--- a/ext/standard/tests/strings/addcslashes.phpt
+++ b/ext/standard/tests/strings/addcslashes.phpt
Binary files differ
diff --git a/ext/standard/tests/strings/str_replace.phpt b/ext/standard/tests/strings/str_replace.phpt
index fe05d06c43..ae71aaaf59 100644
--- a/ext/standard/tests/strings/str_replace.phpt
+++ b/ext/standard/tests/strings/str_replace.phpt
@@ -1,5 +1,7 @@
--TEST--
Test str_replace() function
+--INI--
+precision=14
--FILE--
<?php
/*
diff --git a/ext/standard/tests/strings/strpos.phpt b/ext/standard/tests/strings/strpos.phpt
index ecdbdcdf9c..83dd20a59c 100644
--- a/ext/standard/tests/strings/strpos.phpt
+++ b/ext/standard/tests/strings/strpos.phpt
Binary files differ
diff --git a/ext/wddx/tests/001.phpt b/ext/wddx/tests/001.phpt
index ffca63cd94..3efc0f4b07 100644
--- a/ext/wddx/tests/001.phpt
+++ b/ext/wddx/tests/001.phpt
@@ -2,6 +2,8 @@
wddx deserialization test
--SKIPIF--
<?php if (!extension_loaded("wddx")) print "skip"; ?>
+--INI--
+precision=14
--FILE--
<?php
$path = dirname(__FILE__);
diff --git a/tests/lang/034.phpt b/tests/lang/034.phpt
index 211544a669..e442db8ff1 100644
--- a/tests/lang/034.phpt
+++ b/tests/lang/034.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #12647 (Locale settings affecting float parsing)
+--INI--
+precision=14
--SKIPIF--
<?php # try to activate a german locale
if (setlocale(LC_NUMERIC, "de_DE", "de", "german", "ge", "de_DE.ISO8859-1") === FALSE) {