]> granicus.if.org Git - php/commitdiff
Use integer placeholders, since values can vary with the TDS version
authorAdam Baratz <adam.baratz@gmail.com>
Wed, 24 Aug 2016 22:44:55 +0000 (18:44 -0400)
committerAdam Baratz <adam.baratz@gmail.com>
Wed, 24 Aug 2016 22:44:55 +0000 (18:44 -0400)
ext/pdo_dblib/tests/bug_45876.phpt

index 5f1026e623214ac76eb0552d81c4176548eb46de..9de13ff3fb896494ea855b5931156f639566bc7b 100644 (file)
@@ -17,7 +17,7 @@ $stmt = null;
 --EXPECTF--
 array(10) {
   ["max_length"]=>
-  int(255)
+  int(%d)
   ["precision"]=>
   int(0)
   ["scale"]=>
@@ -35,5 +35,5 @@ array(10) {
   ["name"]=>
   string(13) "TABLE_CATALOG"
   ["len"]=>
-  int(255)
+  int(%d)
 }