Searched refs:use_exceptions (Results 1 – 10 of 10) sorted by relevance
2 intl.use_exceptions INI setting7 ini_set("intl.use_exceptions", true);14 ini_set("intl.use_exceptions", false);
6 intl.use_exceptions=false
53 bool use_exceptions; variable
103 …STD_PHP_INI_BOOLEAN("intl.use_exceptions", "0", PHP_INI_ALL, OnUpdateBool, use_exceptions, zend_in…
98 if( INTL_G( use_exceptions ) ) in intl_error_set_custom_msg()
23 `intl.use_exceptions` you get more fine-grained information about where the
1788 bool use_exceptions = local1790 if ((error_num & E_FATAL_ERRORS) && use_exceptions) {1801 } else if (!use_exceptions ||
1028 ;intl.use_exceptions = 0
1030 ;intl.use_exceptions = 0
Completed in 33 milliseconds