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
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
901 …l_reader_from_uri(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *instance_ce, bool use_exceptions) in xml_reader_from_uri() argument942 if (use_exceptions) { in xml_reader_from_uri()
1859 bool use_exceptions = in soap_real_error_handler() local1861 if ((error_num & E_FATAL_ERRORS) && use_exceptions) { in soap_real_error_handler()1872 } else if (!use_exceptions || in soap_real_error_handler()
1014 ;intl.use_exceptions = 0
1016 ;intl.use_exceptions = 0
Completed in 33 milliseconds