Searched defs:error_handling (Results 1 – 14 of 14) sorted by relevance
/php-src/ext/intl/collator/ |
H A D | collator_create.c | 25 static int collator_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *e… in collator_ctor() 71 zend_error_handling error_handling; in PHP_METHOD() local
|
/php-src/ext/intl/calendar/ |
H A D | gregoriancalendar_methods.cpp | 82 …INTERNAL_FUNCTION_PARAMETERS, bool is_constructor, zend_error_handling *error_handling, bool *erro… in _php_intlgregcal_constructor_body() 221 zend_error_handling error_handling; in PHP_METHOD() local 235 zend_error_handling error_handling; in PHP_METHOD() local 272 zend_error_handling error_handling; in PHP_METHOD() local
|
/php-src/ext/intl/formatter/ |
H A D | formatter_main.c | 27 static int numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *err… in numfmt_ctor() 98 zend_error_handling error_handling; in PHP_METHOD() local
|
/php-src/ext/intl/dateformat/ |
H A D | datepatterngenerator_methods.cpp | 33 static zend_result dtpg_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, boo… in dtpg_ctor() 90 zend_error_handling error_handling; in PHP_METHOD() local
|
H A D | dateformat_create.cpp | 48 static zend_result datefmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, … in datefmt_ctor() 216 zend_error_handling error_handling; in PHP_METHOD() local
|
/php-src/ext/intl/msgformat/ |
H A D | msgformat.c | 28 static int msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *err… in msgfmt_ctor() 120 zend_error_handling error_handling; in PHP_METHOD() local
|
/php-src/ext/intl/breakiterator/ |
H A D | rulebasedbreakiterator_methods.cpp | 35 …hp_intlrbbi_constructor_body(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bo… in _php_intlrbbi_constructor_body() 102 zend_error_handling error_handling; in PHP_METHOD() local
|
/php-src/ext/intl/spoofchecker/ |
H A D | spoofchecker_create.c | 29 zend_error_handling error_handling; in PHP_METHOD() local
|
/php-src/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 75 static int resourcebundle_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, b… in resourcebundle_ctor() 145 zend_error_handling error_handling; in PHP_METHOD() local
|
/php-src/ext/spl/ |
H A D | spl_directory.c | 497 zend_error_handling error_handling; in spl_filesystem_object_create_type() local 690 zend_error_handling error_handling; in spl_filesystem_object_construct() local 2024 zend_error_handling error_handling; in PHP_METHOD() local 2072 zend_error_handling error_handling; in PHP_METHOD() local
|
H A D | spl_iterators.c | 1272 zend_error_handling error_handling; in spl_dual_it_construct() local
|
/php-src/ext/tidy/ |
H A D | tidy.c | 1384 zend_error_handling error_handling; in PHP_METHOD() local
|
/php-src/Zend/ |
H A D | zend_globals.h | 241 zend_error_handling_t error_handling; member
|
H A D | zend_API.c | 5234 ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *e… in zend_replace_error_handling()
|
Completed in 63 milliseconds