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/bug66550.phpt |
--TEST-- Bug #66550 (SQLite prepared statement use-after-free) --SKIPIF-- <?php if (!extension_loaded('sqlite3')) die('skip'); ?> --FILE-- <?php $db = new SQLite3(':memory:'); $db->exec('CREATE TABLE foo (id INTEGER, bar STRING)'); $stmt = $db->prepare('SELECT bar FROM foo WHERE id=:id'); // Close the database connection and free the internal sqlite3_stmt object $db->close(); // Access the sqlite3_stmt object via the php_sqlite3_stmt container $stmt->reset(); ?> ==DONE== --EXPECTF-- Warning: SQLite3Stmt::reset(): The SQLite3 object has not been correctly initialised in %s ==DONE==
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare