Home
last modified time | relevance | path

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

/PHP-8.3/ext/sqlite3/tests/
H A Dsqlite3_enable_exceptions.phpt2 SQLite3::enableExceptions test
12 var_dump($db->enableExceptions(true));
18 var_dump($db->enableExceptions(false));
28 Deprecated: SQLite3::enableExceptions(): Use of warnings for SQLite3 is deprecated in %s
H A Dgh9032.phpt10 $db->enableExceptions(true);
H A Dsqlite3_trampoline_setauthorizer.phpt22 $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.3/ext/sqlite3/
H A Dsqlite3.stub.php383 public function enableExceptions(bool $enable = false): bool {} function in SQLite3
H A Dsqlite3_arginfo.h192 ZEND_METHOD(SQLite3, enableExceptions);
245 ZEND_ME(SQLite3, enableExceptions, arginfo_class_SQLite3_enableExceptions, ZEND_ACC_PUBLIC)
H A Dsqlite3.c1288 PHP_METHOD(SQLite3, enableExceptions) in PHP_METHOD() argument
1292 bool enableExceptions = 0; in PHP_METHOD() local
1296 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &enableExceptions) == FAILURE) { in PHP_METHOD()
1302 if (!enableExceptions) { in PHP_METHOD()
1306 db_obj->exception = enableExceptions; in PHP_METHOD()
/PHP-8.3/
H A DUPGRADING222 Calling SQLite3::enableExceptions(false) will trigger a depreciation

Completed in 29 milliseconds