Searched refs:lastErrorMsg (Results 1 – 6 of 6) sorted by relevance
14 echo "Error Msg: " . $db->lastErrorMsg() . "\n";
16 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 …]
189 public function lastErrorMsg(): string {} function in SQLite3
174 ZEND_METHOD(SQLite3, lastErrorMsg);221 ZEND_ME(SQLite3, lastErrorMsg, arginfo_class_SQLite3_lastErrorMsg, ZEND_ACC_PUBLIC)
340 PHP_METHOD(SQLite3, lastErrorMsg) in PHP_METHOD() argument
Completed in 20 milliseconds