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