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:
@@ -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"]=>
|
||||
|
||||
Reference in New Issue
Block a user