summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-04-06 08:21:10 +0200
committerAnatol Belski <ab@php.net>2016-04-06 08:21:10 +0200
commit354a682c3830cecce0e15ecff370865857e7fcd8 (patch)
tree23eb82bbee5d90a1284405ab6914ee93bfb15eb9 /ext/pdo_dblib
parentfd9137c00cddbb913f306238b23eef0c7ec45ab0 (diff)
downloadphp-git-354a682c3830cecce0e15ecff370865857e7fcd8.tar.gz
fix test
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"]=>