Home
last modified time | relevance | path

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

/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_enable_exceptions.phpt2 SQLite3::enableExceptions test
12 var_dump($db->enableExceptions(true));
18 var_dump($db->enableExceptions(false));
20 var_dump($db->enableExceptions("wrong_type","wrong_type"));
32 Warning: SQLite3::enableExceptions() expects at most 1 parameter, 2 given in %s on line %d
H A Dsqlite3stmt_getsql.phpt10 $db->enableExceptions(true);
H A Dsqlite3stmt_getsql_expanded.phpt15 $db->enableExceptions(true);
H A Dbug77051.phpt9 $db->enableExceptions(true);
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1331 PHP_METHOD(sqlite3, enableExceptions) in PHP_METHOD() argument
1335 zend_bool enableExceptions = 0; in PHP_METHOD() local
1339 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &enableExceptions) == FAILURE) { in PHP_METHOD()
1345 db_obj->exception = enableExceptions; in PHP_METHOD()
2164 ZEND_ARG_INFO(0, enableExceptions)
2239 PHP_ME(sqlite3, enableExceptions, arginfo_sqlite3_enableexceptions, ZEND_ACC_PUBLIC)

Completed in 17 milliseconds