Home
last modified time | relevance | path

Searched refs:enableExceptions (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/sqlite3/tests/
H A Dsqlite3_enable_exceptions.phpt2 SQLite3::enableExceptions test
12 var_dump($db->enableExceptions(true));
18 var_dump($db->enableExceptions(false));
H A Dgh9032.phpt10 $db->enableExceptions(true);
H A Dsqlite3stmt_getsql.phpt10 $db->enableExceptions(true);
H A Dsqlite3stmt_getsql_expanded.phpt16 $db->enableExceptions(true);
H A Dbug77051.phpt9 $db->enableExceptions(true);
H A Dsqlite3_40_setauthorizer.phpt9 $db->enableExceptions(true);
/PHP-8.2/ext/sqlite3/
H A Dsqlite3.stub.php376 public function enableExceptions(bool $enable = false): bool {} function in SQLite3
H A Dsqlite3_arginfo.h192 ZEND_METHOD(SQLite3, enableExceptions);
240 ZEND_ME(SQLite3, enableExceptions, arginfo_class_SQLite3_enableExceptions, ZEND_ACC_PUBLIC)
H A Dsqlite3.c1281 PHP_METHOD(SQLite3, enableExceptions) in PHP_METHOD() argument
1285 bool enableExceptions = 0; in PHP_METHOD() local
1289 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &enableExceptions) == FAILURE) { in PHP_METHOD()
1295 db_obj->exception = enableExceptions; in PHP_METHOD()

Completed in 15 milliseconds