Home
last modified time | relevance | path

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

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

Completed in 15 milliseconds