Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_lasterrormsg_with_params.phpt2 SQLite3::lastErrorMsg test with parameters
11 var_dump($db->lastErrorMsg('invalid argument'));
15 Warning: SQLite3::lastErrorMsg() expects exactly 0 parameters, 1 given in %s on line %d
H A Dsqlite3_20_error.phpt14 echo "Error Msg: " . $db->lastErrorMsg() . "\n";
/PHP-5.5/ext/phar/tests/files/
H A Dpear2coverage.phar.php990 $error = $this->db->lastErrorMsg();
1007 $error = $this->db->lastErrorMsg();
1020 $error = $this->db->lastErrorMsg();
1034 $error = $this->db->lastErrorMsg();
1055 $error = $this->db->lastErrorMsg();
1071 $error = $this->db->lastErrorMsg();
1088 $error = $this->db->lastErrorMsg();
1119 $error = $this->db->lastErrorMsg();
1138 $error = $this->db->lastErrorMsg();
1168 $error = $this->db->lastErrorMsg();
[all …]
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c288 PHP_METHOD(sqlite3, lastErrorMsg) argument
1942 PHP_ME(sqlite3, lastErrorMsg, arginfo_sqlite3_void, ZEND_ACC_PUBLIC)

Completed in 20 milliseconds