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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/pdo_dblib/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/pdo_dblib/tests/bug_73396.phpt |
--TEST-- PDO_DBLIB: bigint columns are returned as strings --SKIPIF-- <?php if (!extension_loaded('pdo_dblib')) die('skip not loaded'); require dirname(__FILE__) . '/config.inc'; ?> --FILE-- <?php require dirname(__FILE__) . '/config.inc'; // on 64-bit machines, these columns should come back as ints // on 32-bit machines, they will come back as strings because zend_long isn't big enough $expected = PHP_INT_SIZE == 8 ? 1 : '1'; $stmt = $db->query('SELECT CAST(1 AS bigint)'); var_dump($stmt->fetchColumn() === $expected); ?> --EXPECT-- bool(true)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare