Home
last modified time | relevance | path

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

/PHP-7.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));
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 Dbug77051.phpt9 $db->enableExceptions(true);
/PHP-7.2/ext/sqlite3/
H A Dsqlite3.c1279 PHP_METHOD(sqlite3, enableExceptions) in PHP_METHOD() argument
1283 zend_bool enableExceptions = 0; in PHP_METHOD() local
1287 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &enableExceptions) == FAILURE) { in PHP_METHOD()
1293 db_obj->exception = enableExceptions; in PHP_METHOD()
1974 ZEND_ARG_INFO(0, enableExceptions)
2031 PHP_ME(sqlite3, enableExceptions, arginfo_sqlite3_enableexceptions, ZEND_ACC_PUBLIC)
/PHP-7.2/
H A DNEWS2236 . Fixed bug #74413 (incorrect reflection for SQLite3::enableExceptions).

Completed in 14 milliseconds