Searched refs:enableExceptions (Results 1 – 12 of 12) sorted by relevance
2 SQLite3::enableExceptions test12 var_dump($db->enableExceptions(true));18 var_dump($db->enableExceptions(false));28 Deprecated: SQLite3::enableExceptions(): Use of warnings for SQLite3 is deprecated in %s
9 $db->enableExceptions(true);
10 $db->enableExceptions(true);
22 $db->enableExceptions(true);
16 $db->enableExceptions(true);
235 public function enableExceptions(bool $enable = false): bool {} function in SQLite3
192 ZEND_METHOD(SQLite3, enableExceptions);239 ZEND_ME(SQLite3, enableExceptions, arginfo_class_SQLite3_enableExceptions, ZEND_ACC_PUBLIC)
1287 PHP_METHOD(SQLite3, enableExceptions) in PHP_METHOD() argument1291 bool enableExceptions = 0; in PHP_METHOD() local1295 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