mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
fix test
This commit is contained in:
@@ -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"]=>
|
||||
|
||||
Reference in New Issue
Block a user