Searched refs:zend_error_handling (Results 1 – 16 of 16) sorted by relevance
/PHP-8.3/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() 74 zend_error_handling error_handling; in PHP_METHOD()
|
/PHP-8.3/ext/intl/formatter/ |
H A D | formatter_main.c | 26 static int numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, bool *err… in numfmt_ctor() 92 zend_error_handling error_handling; in PHP_METHOD()
|
/PHP-8.3/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()
|
H A D | dateformat_create.cpp | 48 static zend_result datefmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error_handling, … in datefmt_ctor() 215 zend_error_handling error_handling; in PHP_METHOD()
|
/PHP-8.3/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() 213 zend_error_handling error_handling; in PHP_METHOD() 227 zend_error_handling error_handling; in PHP_METHOD() 262 zend_error_handling error_handling; in PHP_METHOD()
|
/PHP-8.3/ext/intl/spoofchecker/ |
H A D | spoofchecker_create.c | 29 zend_error_handling error_handling; in PHP_METHOD()
|
/PHP-8.3/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() 122 zend_error_handling error_handling; in PHP_METHOD()
|
/PHP-8.3/ext/intl/breakiterator/ |
H A D | rulebasedbreakiterator_methods.cpp | 35 static void _php_intlrbbi_constructor_body(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling *error… in _php_intlrbbi_constructor_body() 101 zend_error_handling error_handling; in PHP_METHOD()
|
/PHP-8.3/Zend/ |
H A D | zend.h | 403 } zend_error_handling; typedef 406 ZEND_API void zend_save_error_handling(zend_error_handling *current); 407 …_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_handling *current); 408 ZEND_API void zend_restore_error_handling(zend_error_handling *saved);
|
H A D | zend_API.c | 5019 ZEND_API void zend_save_error_handling(zend_error_handling *current) /* {{{ */ in zend_save_error_handling() 5026 …rror_handling_t error_handling, zend_class_entry *exception_class, zend_error_handling *current) /… in zend_replace_error_handling() 5037 ZEND_API void zend_restore_error_handling(zend_error_handling *saved) /* {{{ */ in zend_restore_error_handling()
|
/PHP-8.3/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() 144 zend_error_handling error_handling; in PHP_METHOD()
|
/PHP-8.3/ext/fileinfo/ |
H A D | fileinfo.c | 167 zend_error_handling zeh; in PHP_FUNCTION()
|
/PHP-8.3/ext/spl/ |
H A D | spl_directory.c | 510 zend_error_handling error_handling; in spl_filesystem_object_create_type() 722 zend_error_handling error_handling; in spl_filesystem_object_construct() 1176 zend_error_handling error_handling; \ 2043 zend_error_handling error_handling; in PHP_METHOD() 2091 zend_error_handling error_handling; in PHP_METHOD()
|
H A D | spl_iterators.c | 1331 zend_error_handling error_handling; in spl_dual_it_construct()
|
/PHP-8.3/ext/pdo/ |
H A D | pdo_dbh.c | 239 zend_error_handling zeh; in PHP_METHOD()
|
/PHP-8.3/ext/date/ |
H A D | php_date.c | 3233 zend_error_handling zeh; in PHP_METHOD() 3258 zend_error_handling zeh; in PHP_METHOD() 3375 zend_error_handling zeh; in PHP_METHOD() 3393 zend_error_handling zeh; in PHP_METHOD()
|
Completed in 87 milliseconds