Home
last modified time | relevance | path

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

/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_20_error.phpt14 echo "Error Msg: " . $db->lastErrorMsg() . "\n";
H A Dbug69972.phpt18 echo "Error Msg: " . $db->lastErrorMsg() . "\n";
/PHP-7.4/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-7.4/ext/sqlite3/
H A Dsqlite3.c344 PHP_METHOD(sqlite3, lastErrorMsg) in PHP_METHOD() argument
2225 PHP_ME(sqlite3, lastErrorMsg, arginfo_sqlite3_void, ZEND_ACC_PUBLIC)

Completed in 47 milliseconds