Home
last modified time | relevance | path

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

/PHP-8.3/ext/sqlite3/tests/
H A Dsqlite3_38_extended_error.phpt19 echo "Second Extended Error Code: " . $db->lastExtendedErrorCode() . PHP_EOL;
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.stub.php334 public function lastExtendedErrorCode(): int {} function in SQLite3
H A Dsqlite3_arginfo.h173 ZEND_METHOD(SQLite3, lastExtendedErrorCode);
226 …ZEND_ME(SQLite3, lastExtendedErrorCode, arginfo_class_SQLite3_lastExtendedErrorCode, ZEND_ACC_PUBL…
H A Dsqlite3.c286 PHP_METHOD(SQLite3, lastExtendedErrorCode) in PHP_METHOD() argument

Completed in 19 milliseconds