summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_dblib')
-rw-r--r--ext/pdo_dblib/tests/bug_45876.phpt8
1 files changed, 6 insertions, 2 deletions
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"]=>