--TEST-- SQLite3::lastErrorMsg test with parameters --CREDITS-- Thijs Feryn #TestFest PHPBelgium 2009 --SKIPIF-- --FILE-- lastErrorMsg('invalid argument')); echo "Done\n"; ?> --EXPECTF-- Warning: SQLite3::lastErrorMsg() expects exactly 0 parameters, 1 given in %s on line %d NULL Done