]> granicus.if.org Git - php/commitdiff
fix tests
authorAntony Dovgal <tony2001@php.net>
Fri, 18 May 2007 11:47:58 +0000 (11:47 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 18 May 2007 11:47:58 +0000 (11:47 +0000)
ext/filter/tests/033.phpt
ext/mysqli/tests/019.phpt
ext/pdo_mysql/tests/bug_33689.phpt
ext/standard/tests/strings/str_repeat.phpt

index 18a3616903e649d4404ff8dec001610054f84fed..f965e35c1fa49617ee613bad61b03d55a09ef06f 100644 (file)
@@ -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';
index 173c404909e8b28f2a3a6ddfdd33db08af696995..b5d2e34073f5522af48489df1e7fd164f0fa78ff 100644 (file)
@@ -2,6 +2,8 @@
 mysqli fetch (bind_param + bind_result) 
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
+--INI--
+precision=14
 --FILE--
 <?php
        include "connect.inc";
index c3f5b4dd937b44ffa8b33fc75ed613485061266f..74559a145b606b8bb96a3f47d5fc58dd49fb2b6b 100644 (file)
@@ -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
index 4ad901a61ed66995884541b778e79452b4c3895e..858575d4ca417e3731e8dc6966182739dc3181a8 100644 (file)
Binary files a/ext/standard/tests/strings/str_repeat.phpt and b/ext/standard/tests/strings/str_repeat.phpt differ