Home
last modified time | relevance | path

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

/php-src/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 Dsqlite3_trampoline_setauthorizer_null.phpt9 $db->enableExceptions(true);
H A Dgh9032.phpt10 $db->enableExceptions(true);
H A Dsqlite3stmt_getsql.phpt10 $db->enableExceptions(true);
H A Dsqlite3_trampoline_setauthorizer.phpt22 $db->enableExceptions(true);
H A Dsqlite3_trampoline_setauthorizer_no_leak.phpt22 $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-src/ext/sqlite3/
H A Dsqlite3.stub.php235 public function enableExceptions(bool $enable = false): bool {} function in SQLite3
H A Dsqlite3_arginfo.h192 ZEND_METHOD(SQLite3, enableExceptions);
239 ZEND_ME(SQLite3, enableExceptions, arginfo_class_SQLite3_enableExceptions, ZEND_ACC_PUBLIC)
H A Dsqlite3.c1287 PHP_METHOD(SQLite3, enableExceptions) in PHP_METHOD() argument
1291 bool enableExceptions = 0; in PHP_METHOD() local
1295 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &enableExceptions) == FAILURE) { in PHP_METHOD()
1301 if (!enableExceptions) { in PHP_METHOD()
1305 db_obj->exception = enableExceptions; in PHP_METHOD()

Completed in 25 milliseconds