summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-05-18 11:47:58 +0000
committerAntony Dovgal <tony2001@php.net>2007-05-18 11:47:58 +0000
commitff514e208e84beda48d3dee903170a46515a0b89 (patch)
tree3887a60edf0e6f853431961a0f30bf6864502b01
parent7e5f0a8380ca26bf7950873aab733c0816d83d07 (diff)
downloadphp-git-ff514e208e84beda48d3dee903170a46515a0b89.tar.gz
fix tests
-rw-r--r--ext/filter/tests/033.phpt2
-rw-r--r--ext/mysqli/tests/019.phpt2
-rw-r--r--ext/pdo_mysql/tests/bug_33689.phpt3
-rw-r--r--ext/standard/tests/strings/str_repeat.phptbin10801 -> 10822 bytes
4 files changed, 6 insertions, 1 deletions
diff --git a/ext/filter/tests/033.phpt b/ext/filter/tests/033.phpt
index 18a3616903..f965e35c1f 100644
--- a/ext/filter/tests/033.phpt
+++ b/ext/filter/tests/033.phpt
@@ -2,6 +2,8 @@
Test all filters returned by filter_list()
--SKIPIF--
<?php if (!extension_loaded("filter")) die("skip"); ?>
+--INI--
+precision=14
--FILE--
<?php
include dirname(__FILE__) . '/033_run.inc';
diff --git a/ext/mysqli/tests/019.phpt b/ext/mysqli/tests/019.phpt
index 173c404909..b5d2e34073 100644
--- a/ext/mysqli/tests/019.phpt
+++ b/ext/mysqli/tests/019.phpt
@@ -2,6 +2,8 @@
mysqli fetch (bind_param + bind_result)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
+--INI--
+precision=14
--FILE--
<?php
include "connect.inc";
diff --git a/ext/pdo_mysql/tests/bug_33689.phpt b/ext/pdo_mysql/tests/bug_33689.phpt
index c3f5b4dd93..74559a145b 100644
--- a/ext/pdo_mysql/tests/bug_33689.phpt
+++ b/ext/pdo_mysql/tests/bug_33689.phpt
@@ -25,7 +25,7 @@ $stmt = $db->prepare('SELECT * from test');
print_r($stmt->getColumnMeta(0));
$stmt->execute();
print_r($stmt->getColumnMeta(0));
-
+?>
--EXPECTF--
object(PDOStatement)#%d (1) {
["queryString"]=>
@@ -44,6 +44,7 @@ Array
[0] => not_null
)
+ [table] => test
[name] => bar
[len] => 11
[precision] => 0
diff --git a/ext/standard/tests/strings/str_repeat.phpt b/ext/standard/tests/strings/str_repeat.phpt
index 4ad901a61e..858575d4ca 100644
--- a/ext/standard/tests/strings/str_repeat.phpt
+++ b/ext/standard/tests/strings/str_repeat.phpt
Binary files differ