Home
last modified time | relevance | path

Searched refs:use_exceptions (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/intl/tests/
H A Dini_use_exceptions_basic.phpt2 intl.use_exceptions INI setting
7 ini_set("intl.use_exceptions", true);
14 ini_set("intl.use_exceptions", false);
H A Duconverter_oop_subst.phpt6 intl.use_exceptions=false
H A Duconverter_func_subst.phpt6 intl.use_exceptions=false
/php-src/ext/intl/
H A Dphp_intl.h53 bool use_exceptions; variable
H A Dphp_intl.c103 …STD_PHP_INI_BOOLEAN("intl.use_exceptions", "0", PHP_INI_ALL, OnUpdateBool, use_exceptions, zend_in…
H A Dintl_error.c98 if( INTL_G( use_exceptions ) ) in intl_error_set_custom_msg()
H A DERROR_CONVENTIONS.md23 `intl.use_exceptions` you get more fine-grained information about where the
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c901 …l_reader_from_uri(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *instance_ce, bool use_exceptions) in xml_reader_from_uri() argument
942 if (use_exceptions) { in xml_reader_from_uri()
/php-src/ext/soap/
H A Dsoap.c1859 bool use_exceptions = in soap_real_error_handler() local
1861 if ((error_num & E_FATAL_ERRORS) && use_exceptions) { in soap_real_error_handler()
1872 } else if (!use_exceptions || in soap_real_error_handler()
/php-src/
H A Dphp.ini-development1014 ;intl.use_exceptions = 0
H A Dphp.ini-production1016 ;intl.use_exceptions = 0

Completed in 33 milliseconds