1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 22:22:18 +02:00

Add missing fields to expected test output

This commit is contained in:
Adam Baratz
2016-02-03 16:50:29 -05:00
parent fd6f32f667
commit b0793d6d8f

View 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"]=>