Searched refs:use_exceptions (Results 1 – 11 of 11) 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
55 zend_bool use_exceptions; variable
112 if( INTL_G( use_exceptions ) ) in intl_error_set_custom_msg()
20 intl.use_exceptions you get more fine-grained information about where the
873 …STD_PHP_INI_ENTRY("intl.use_exceptions", "0", PHP_INI_ALL, OnUpdateBool, use_exceptions, zend_intl…
2151 int use_exceptions = 0; local2155 use_exceptions = 1;2163 use_exceptions) {2211 } else if (!use_exceptions ||
969 ;intl.use_exceptions = 0
1581 . Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol)
Completed in 63 milliseconds