--TEST-- SQLite3::loadExtension test with wrong parameter type --CREDITS-- Thijs Feryn #TestFest PHPBelgium 2009 --SKIPIF-- --FILE-- loadExtension(array())); echo "Done\n"; ?> --EXPECTF-- Warning: SQLite3::loadExtension() expects parameter 1 to be %binary_string_optional%, array given in %s on line %d NULL Done