diff --git a/ext/pdo_dblib/tests/bug_45876.phpt b/ext/pdo_dblib/tests/bug_45876.phpt index 5b595519f2e..3d527e5ffec 100644 --- a/ext/pdo_dblib/tests/bug_45876.phpt +++ b/ext/pdo_dblib/tests/bug_45876.phpt @@ -14,7 +14,7 @@ $stmt->execute(); var_dump($stmt->getColumnMeta(0)); $stmt = null; ?> ---EXPECT-- +--EXPECTF-- array(10) { ["max_length"]=> int(255) @@ -27,9 +27,9 @@ array(10) { ["native_type"]=> string(4) "char" ["native_type_id"]=> - int(47) + int(%d) ["native_usertype_id"]=> - int(2) + int(%d) ["name"]=> string(13) "TABLE_CATALOG" ["len"]=> diff --git a/ext/pdo_dblib/tests/timeout.phpt b/ext/pdo_dblib/tests/timeout.phpt index d65046262ed..f92a7da72f1 100644 --- a/ext/pdo_dblib/tests/timeout.phpt +++ b/ext/pdo_dblib/tests/timeout.phpt @@ -3,6 +3,7 @@ PDO_DBLIB: Set query timeouts --SKIPIF-- --FILE--