1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
This commit is contained in:
Anatol Belski
2016-04-06 08:21:10 +02:00
parent fd9137c00c
commit 354a682c38
+6 -2
View 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"]=>