Home
last modified time | relevance | path

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

/php-src/ext/sqlite3/tests/
H A Dsqlite3_20_error.phpt14 echo "Error Msg: " . $db->lastErrorMsg() . "\n";
H A Dbug69972.phpt16 echo "Error Msg: " . $db->lastErrorMsg() . "\n";
/php-src/ext/phar/tests/files/
H A Dpear2coverage.phar990 $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-src/ext/sqlite3/
H A Dsqlite3.stub.php189 public function lastErrorMsg(): string {} function in SQLite3
H A Dsqlite3_arginfo.h174 ZEND_METHOD(SQLite3, lastErrorMsg);
225 ZEND_ME(SQLite3, lastErrorMsg, arginfo_class_SQLite3_lastErrorMsg, ZEND_ACC_PUBLIC)
H A Dsqlite3.c340 PHP_METHOD(SQLite3, lastErrorMsg) in PHP_METHOD() argument

Completed in 19 milliseconds