Searched refs:lastErrorMsg (Results 1 – 5 of 5) sorted by relevance
2 SQLite3::lastErrorMsg test with parameters11 var_dump($db->lastErrorMsg('invalid argument'));15 Warning: SQLite3::lastErrorMsg() expects exactly 0 parameters, 1 given in %s on line %d
18 echo "Error Msg: " . $db->lastErrorMsg() . "\n";
14 echo "Error Msg: " . $db->lastErrorMsg() . "\n";
990 $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 …]
300 PHP_METHOD(sqlite3, lastErrorMsg) argument1991 PHP_ME(sqlite3, lastErrorMsg, arginfo_sqlite3_void, ZEND_ACC_PUBLIC)
Completed in 24 milliseconds