From: Adam Baratz Date: Wed, 24 Aug 2016 22:44:55 +0000 (-0400) Subject: Use integer placeholders, since values can vary with the TDS version X-Git-Tag: php-7.2.0alpha1~1346^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=037ddd0541ed63505cafa2c17b3452e6b1560835;p=php Use integer placeholders, since values can vary with the TDS version --- diff --git a/ext/pdo_dblib/tests/bug_45876.phpt b/ext/pdo_dblib/tests/bug_45876.phpt index 5f1026e623..9de13ff3fb 100644 --- a/ext/pdo_dblib/tests/bug_45876.phpt +++ b/ext/pdo_dblib/tests/bug_45876.phpt @@ -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) }