Home
last modified time | relevance | path

Searched refs:lastErrorCode (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/ext/sqlite3/tests/
H A Dsqlite3_lasterrorcode_with_params.phpt2 SQLite3::lastErrorCode test with parameters
12 var_dump($db->lastErrorCode('invalid argument'));
16 Warning: SQLite3::lastErrorCode() expects exactly 0 parameters, 1 given in %s on line %d
H A Dbug69972.phpt17 echo "Error Code: " . $db->lastErrorCode() . "\n";
H A Dsqlite3_20_error.phpt13 echo "Error Code: " . $db->lastErrorCode() . "\n";
/PHP-5.6/ext/sqlite3/
H A Dsqlite3.c278 PHP_METHOD(sqlite3, lastErrorCode) argument
1990 PHP_ME(sqlite3, lastErrorCode, arginfo_sqlite3_void, ZEND_ACC_PUBLIC)

Completed in 14 milliseconds