
| Path : /proc/thread-self/root/usr/src/php/ext/sqlite3/tests/ |
| Current File : //proc/thread-self/root/usr/src/php/ext/sqlite3/tests/sqlite3_exec_wrongparams.phpt |
--TEST--
SQLite3::exec test, testing for wrong type 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(array ('a','b','c'), 20090509);
?>
--EXPECTF--
Warning: SQLite3::exec() expects exactly 1 parameter, 2 given in %s on line %d