]> granicus.if.org Git - php/commitdiff
fix tests
authorAntony Dovgal <tony2001@php.net>
Fri, 18 May 2007 11:47:31 +0000 (11:47 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 18 May 2007 11:47:31 +0000 (11:47 +0000)
ext/filter/tests/033.phpt
ext/mysqli/tests/019.phpt
ext/pdo_mysql/tests/bug_33689.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 bae37faf452e84c27e8a2ec724212e27750d46e6..f0dd30b863db94f17c34df7a669188a23412318e 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 1a54f7a18a235b957fc8943415fa670e77d4a0d7..5e4b000cbea1db0e70326b4ba0f6175f939eb7c5 100644 (file)
@@ -7,6 +7,8 @@ require 'ext/pdo_mysql/tests/config.inc';
 require 'ext/pdo/tests/pdo_test.inc';
 PDOTest::skip();
 ?>
+--INI--
+precision=14
 --FILE--
 <?php
 require 'ext/pdo/tests/pdo_test.inc';
@@ -24,7 +26,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"]=>
@@ -43,6 +45,7 @@ Array
             [0] => not_null
         )
 
+    [table] => test
     [name] => bar
     [len] => 11
     [precision] => 0