]> granicus.if.org Git - php/commitdiff
fix test
authorAnatol Belski <ab@php.net>
Wed, 6 Apr 2016 06:21:10 +0000 (08:21 +0200)
committerAnatol Belski <ab@php.net>
Wed, 6 Apr 2016 06:21:10 +0000 (08:21 +0200)
ext/pdo_dblib/tests/bug_45876.phpt

index 920905830a9be5a355b23d35a93ba4b02c6bb103..3d527e5ffecaff894a88f0dcb8982709ef515882 100644 (file)
@@ -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"]=>