Home
last modified time | relevance | path

Searched refs:error_handling_replaced (Results 1 – 8 of 8) sorted by relevance

/PHP-8.3/ext/intl/collator/
H A Dcollator_create.c25 …r(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *error_handling_replaced) in collator_ctor() argument
43 *error_handling_replaced = 1; in collator_ctor()
75 bool error_handling_replaced = 0; in PHP_METHOD() local
78 …if (collator_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, &error_handling, &error_handling_replaced) == … in PHP_METHOD()
83 if (error_handling_replaced) { in PHP_METHOD()
/PHP-8.3/ext/intl/formatter/
H A Dformatter_main.c26 …r(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *error_handling_replaced) in numfmt_ctor() argument
45 *error_handling_replaced = 1; in numfmt_ctor()
93 bool error_handling_replaced = 0; in PHP_METHOD() local
96 …if (numfmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, &error_handling, &error_handling_replaced) == FA… in PHP_METHOD()
101 if (error_handling_replaced) { in PHP_METHOD()
/PHP-8.3/ext/intl/dateformat/
H A Ddatepatterngenerator_methods.cpp33 …r(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *error_handling_replaced) in dtpg_ctor() argument
49 *error_handling_replaced = 1; in dtpg_ctor()
91 bool error_handling_replaced = 0; in PHP_METHOD() local
96 …if (dtpg_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, &error_handling, &error_handling_replaced) == FAIL… in PHP_METHOD()
103 if (error_handling_replaced) { in PHP_METHOD()
H A Ddateformat_create.cpp48 …r(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *error_handling_replaced) in datefmt_ctor() argument
86 *error_handling_replaced = 1; in datefmt_ctor()
216 bool error_handling_replaced = 0; in PHP_METHOD() local
221 …if (datefmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, &error_handling, &error_handling_replaced) == F… in PHP_METHOD()
228 if (error_handling_replaced) { in PHP_METHOD()
/PHP-8.3/ext/intl/msgformat/
H A Dmsgformat.c28 …r(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *error_handling_replaced) in msgfmt_ctor() argument
50 *error_handling_replaced = 1; in msgfmt_ctor()
123 bool error_handling_replaced = 0; in PHP_METHOD() local
126 …if (msgfmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, &error_handling, &error_handling_replaced) == F… in PHP_METHOD()
133 if (error_handling_replaced) { in PHP_METHOD()
/PHP-8.3/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp35 …y(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *error_handling_replaced) in _php_intlrbbi_constructor_body() argument
56 *error_handling_replaced = 1; in _php_intlrbbi_constructor_body()
102 bool error_handling_replaced = 0; in PHP_METHOD() local
105 …rbbi_constructor_body(INTERNAL_FUNCTION_PARAM_PASSTHRU, &error_handling, &error_handling_replaced); in PHP_METHOD()
106 if (error_handling_replaced) { in PHP_METHOD()
/PHP-8.3/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp82 …ARAMETERS, bool is_constructor, zend_error_handling *error_handling, bool *error_handling_replaced) in _php_intlgregcal_constructor_body() argument
124 *error_handling_replaced = 1; in _php_intlgregcal_constructor_body()
214 bool error_handling_replaced = 0; in PHP_METHOD() local
217 …TERNAL_FUNCTION_PARAM_PASSTHRU, /* is_constructor */ 1, &error_handling, &error_handling_replaced); in PHP_METHOD()
218 if (error_handling_replaced) { in PHP_METHOD()
/PHP-8.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c75 …r(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *error_handling_replaced) in resourcebundle_ctor() argument
96 *error_handling_replaced = 1; in resourcebundle_ctor()
145 bool error_handling_replaced = 0; in PHP_METHOD() local
148 …ebundle_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, &error_handling, &error_handling_replaced) == FAILU… in PHP_METHOD()
153 if (error_handling_replaced) { in PHP_METHOD()

Completed in 29 milliseconds