From: Anatol Belski Date: Wed, 6 Apr 2016 06:21:10 +0000 (+0200) Subject: fix test X-Git-Tag: php-7.1.0alpha1~370^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=354a682c3830cecce0e15ecff370865857e7fcd8;p=php fix test --- diff --git a/ext/pdo_dblib/tests/bug_45876.phpt b/ext/pdo_dblib/tests/bug_45876.phpt index 920905830a..3d527e5ffe 100644 --- a/ext/pdo_dblib/tests/bug_45876.phpt +++ b/ext/pdo_dblib/tests/bug_45876.phpt @@ -14,8 +14,8 @@ $stmt->execute(); var_dump($stmt->getColumnMeta(0)); $stmt = null; ?> ---EXPECT-- -array(8) { +--EXPECTF-- +array(10) { ["max_length"]=> int(255) ["precision"]=> @@ -26,6 +26,10 @@ array(8) { string(13) "TABLE_CATALOG" ["native_type"]=> string(4) "char" + ["native_type_id"]=> + int(%d) + ["native_usertype_id"]=> + int(%d) ["name"]=> string(13) "TABLE_CATALOG" ["len"]=>