Searched refs:enableExceptions (Results 1 – 4 of 4) sorted by relevance
2 SQLite3::enableExceptions test12 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
9 $db->enableExceptions(true);
1279 PHP_METHOD(sqlite3, enableExceptions) in PHP_METHOD() argument1283 zend_bool enableExceptions = 0; in PHP_METHOD() local1287 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)
2236 . Fixed bug #74413 (incorrect reflection for SQLite3::enableExceptions).
Completed in 14 milliseconds