Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/ext/intl/
H A Dphp_intl.h54 zend_bool use_exceptions; variable
H A Dintl_error.c112 if( INTL_G( use_exceptions ) ) in intl_error_set_custom_msg()
H A DERROR.CONVENTIONS20 intl.use_exceptions you get more fine-grained information about where the
H A Dphp_intl.c868 …STD_PHP_INI_ENTRY("intl.use_exceptions", "0", PHP_INI_ALL, OnUpdateBool, use_exceptions, zend_intl…
/PHP-5.6/ext/soap/
H A Dsoap.c2168 int use_exceptions = 0; local
2172 use_exceptions = 1;
2180 use_exceptions) {
2233 } else if (!use_exceptions ||
/PHP-5.6/
H A Dphp.ini-development981 ;intl.use_exceptions = 0
H A Dphp.ini-production981 ;intl.use_exceptions = 0
H A DNEWS711 . Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol)
3591 . Added intl.use_exceptions INI directive, which controls what happens when

Completed in 60 milliseconds