Searched refs:error_handling_replaced (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/intl/collator/ |
H A D | collator_create.c | 25 …r(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *error_handling_replaced) in collator_ctor() argument 40 *error_handling_replaced = 1; in collator_ctor() 72 bool error_handling_replaced = 0; in PHP_METHOD() local 75 …if (collator_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, &error_handling, &error_handling_replaced) == … in PHP_METHOD() 80 if (error_handling_replaced) { in PHP_METHOD()
|
/php-src/ext/intl/formatter/ |
H A D | formatter_main.c | 27 …r(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *error_handling_replaced) in numfmt_ctor() argument 46 *error_handling_replaced = 1; in numfmt_ctor() 99 bool error_handling_replaced = 0; in PHP_METHOD() local 102 …if (numfmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, &error_handling, &error_handling_replaced) == FA… in PHP_METHOD() 107 if (error_handling_replaced) { in PHP_METHOD()
|
/php-src/ext/intl/dateformat/ |
H A D | datepatterngenerator_methods.cpp | 33 …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 D | dateformat_create.cpp | 48 …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() 217 bool error_handling_replaced = 0; in PHP_METHOD() local 222 …if (datefmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, &error_handling, &error_handling_replaced) == F… in PHP_METHOD() 229 if (error_handling_replaced) { in PHP_METHOD()
|
/php-src/ext/intl/msgformat/ |
H A D | msgformat.c | 28 …r(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *error_handling_replaced) in msgfmt_ctor() argument 48 *error_handling_replaced = 1; in msgfmt_ctor() 121 bool error_handling_replaced = 0; in PHP_METHOD() local 124 …if (msgfmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, &error_handling, &error_handling_replaced) == F… in PHP_METHOD() 131 if (error_handling_replaced) { in PHP_METHOD()
|
/php-src/ext/intl/breakiterator/ |
H A D | rulebasedbreakiterator_methods.cpp | 35 …y(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *error_handling_replaced) in _php_intlrbbi_constructor_body() argument 57 *error_handling_replaced = 1; in _php_intlrbbi_constructor_body() 103 bool error_handling_replaced = 0; in PHP_METHOD() local 106 …rbbi_constructor_body(INTERNAL_FUNCTION_PARAM_PASSTHRU, &error_handling, &error_handling_replaced); in PHP_METHOD() 107 if (error_handling_replaced) { in PHP_METHOD()
|
/php-src/ext/intl/calendar/ |
H A D | gregoriancalendar_methods.cpp | 82 …ARAMETERS, bool is_constructor, zend_error_handling *error_handling, bool *error_handling_replaced) in _php_intlgregcal_constructor_body() argument 132 *error_handling_replaced = 1; in _php_intlgregcal_constructor_body() 222 bool error_handling_replaced = 0; in PHP_METHOD() local 225 …TERNAL_FUNCTION_PARAM_PASSTHRU, /* is_constructor */ 1, &error_handling, &error_handling_replaced); in PHP_METHOD() 226 if (error_handling_replaced) { in PHP_METHOD()
|
/php-src/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 75 …r(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *error_handling_replaced) in resourcebundle_ctor() argument 97 *error_handling_replaced = 1; in resourcebundle_ctor() 146 bool error_handling_replaced = 0; in PHP_METHOD() local 149 …ebundle_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, &error_handling, &error_handling_replaced) == FAILU… in PHP_METHOD() 154 if (error_handling_replaced) { in PHP_METHOD()
|
Completed in 15 milliseconds