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/sqlite3/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/sqlite3/tests/sqlite3_prepare_wrongparams.phpt |
--TEST-- SQLite3::prepare test, testing for wrong parameters --CREDITS-- Michelangelo van Dam # Belgian PHP Testfest 2009 --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --FILE-- <?php $db = new SQLite3(':memory:'); $db->exec('CREATE TABLE foo (id INTEGER, bar STRING)'); $db->exec("INSERT INTO foo (id, bar) VALUES (1, 'This is a test')"); $stmt = $db->prepare(); ?> --EXPECTF-- Warning: SQLite3::prepare() expects exactly 1 parameter, 0 given in %s on line %d
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare