]> granicus.if.org Git - php/commitdiff
Add missing fields to expected test output
authorAdam Baratz <adam.baratz@gmail.com>
Wed, 3 Feb 2016 21:50:29 +0000 (16:50 -0500)
committerAdam Baratz <adam.baratz@gmail.com>
Wed, 3 Feb 2016 21:50:29 +0000 (16:50 -0500)
ext/pdo_dblib/tests/bug_45876.phpt

index 920905830a9be5a355b23d35a93ba4b02c6bb103..5b595519f2e56dfcdb9a5f9a4ce88ad7e56bffa9 100644 (file)
@@ -15,7 +15,7 @@ var_dump($stmt->getColumnMeta(0));
 $stmt = null;
 ?>
 --EXPECT--
-array(8) {
+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(47)
+  ["native_usertype_id"]=>
+  int(2)
   ["name"]=>
   string(13) "TABLE_CATALOG"
   ["len"]=>