uw              Fri Jan  4 09:00:35 2008 UTC

  Modified files:              
    /php-src/ext/mysqli/tests   047.phpt 
  Log:
  Fix for Bug #43036
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/047.phpt?r1=1.12&r2=1.13&diff_format=u
Index: php-src/ext/mysqli/tests/047.phpt
diff -u php-src/ext/mysqli/tests/047.phpt:1.12 
php-src/ext/mysqli/tests/047.phpt:1.13
--- php-src/ext/mysqli/tests/047.phpt:1.12      Thu Aug  9 08:41:12 2007
+++ php-src/ext/mysqli/tests/047.phpt   Fri Jan  4 09:00:35 2008
@@ -1,8 +1,8 @@
 --TEST--
 mysqli_get_metadata
 --SKIPIF--
-<?php 
-require_once('skipif.inc'); 
+<?php
+require_once('skipif.inc');
 require_once('skipifconnectfailure.inc');
 ?>
 --FILE--
@@ -62,9 +62,9 @@
     ["max_length"]=>
     int(0)
     ["length"]=>
-    int(11)
+    int(%d)
     ["charsetnr"]=>
-    int(63)
+    int(%d)
     ["flags"]=>
     int(32768)
     ["type"]=>
@@ -87,9 +87,9 @@
     ["max_length"]=>
     int(0)
     ["length"]=>
-    int(10)
+    int(%d)
     ["charsetnr"]=>
-    int(8)
+    int(%d)
     ["flags"]=>
     int(0)
     ["type"]=>
@@ -114,9 +114,9 @@
   ["max_length"]=>
   int(0)
   ["length"]=>
-  int(11)
+  int(%d)
   ["charsetnr"]=>
-  int(63)
+  int(%d)
   ["flags"]=>
   int(32768)
   ["type"]=>
@@ -138,9 +138,9 @@
   ["max_length"]=>
   int(0)
   ["length"]=>
-  int(10)
+  int(%d)
   ["charsetnr"]=>
-  int(8)
+  int(%d)
   ["flags"]=>
   int(0)
   ["type"]=>
@@ -164,9 +164,9 @@
   ["max_length"]=>
   int(0)
   ["length"]=>
-  int(11)
+  int(%d)
   ["charsetnr"]=>
-  int(63)
+  int(%d)
   ["flags"]=>
   int(32768)
   ["type"]=>
@@ -188,9 +188,9 @@
   ["max_length"]=>
   int(0)
   ["length"]=>
-  int(10)
+  int(%d)
   ["charsetnr"]=>
-  int(8)
+  int(%d)
   ["flags"]=>
   int(0)
   ["type"]=>
@@ -217,9 +217,9 @@
     [u"max_length"]=>
     int(0)
     [u"length"]=>
-    int(11)
+    int(%d)
     [u"charsetnr"]=>
-    int(63)
+    int(%d)
     [u"flags"]=>
     int(32768)
     [u"type"]=>

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to