--TEST-- SQLite3::prepare test with empty string argument --CREDITS-- Thijs Feryn #TestFest PHPBelgium 2009 --EXTENSIONS-- sqlite3 --FILE-- prepare('')); echo "Done\n"; ?> --EXPECT-- bool(false) Done