Searched refs:zend_replace_error_handling (Results 1 – 18 of 18) sorted by relevance
/PHP-8.4/ext/intl/spoofchecker/ |
H A D | spoofchecker_create.c | 34 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
|
/PHP-8.4/ext/intl/collator/ |
H A D | collator_create.c | 39 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in collator_ctor()
|
/PHP-8.4/ext/intl/calendar/ |
H A D | gregoriancalendar_methods.cpp | 131 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in _php_intlgregcal_constructor_body() 251 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD() 294 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
|
/PHP-8.4/ext/intl/formatter/ |
H A D | formatter_main.c | 45 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in numfmt_ctor()
|
/PHP-8.4/ext/intl/dateformat/ |
H A D | datepatterngenerator_methods.cpp | 48 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in dtpg_ctor()
|
H A D | dateformat_create.cpp | 85 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in datefmt_ctor()
|
/PHP-8.4/ext/intl/msgformat/ |
H A D | msgformat.c | 47 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in msgfmt_ctor()
|
/PHP-8.4/ext/intl/breakiterator/ |
H A D | rulebasedbreakiterator_methods.cpp | 56 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in _php_intlrbbi_constructor_body()
|
/PHP-8.4/main/ |
H A D | php.h | 316 zend_replace_error_handling(error_handling, exception_class, NULL); in BEGIN_EXTERN_C()
|
/PHP-8.4/ext/fileinfo/ |
H A D | fileinfo.c | 176 zend_replace_error_handling(EH_THROW, NULL, &zeh); in PHP_FUNCTION()
|
/PHP-8.4/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 96 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in resourcebundle_ctor()
|
/PHP-8.4/Zend/ |
H A D | zend.h | 443 ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *e…
|
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() function
|
/PHP-8.4/ext/spl/ |
H A D | spl_directory.c | 563 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_type() 717 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling); in spl_filesystem_object_construct() 1151 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);\ 2042 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in PHP_METHOD() 2095 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in PHP_METHOD()
|
H A D | spl_iterators.c | 1379 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_dual_it_construct()
|
/PHP-8.4/ext/tidy/ |
H A D | tidy.c | 1385 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD()
|
/PHP-8.4/ext/pdo/ |
H A D | pdo_dbh.c | 475 zend_replace_error_handling(EH_THROW, pdo_exception_ce, &zeh); in php_pdo_internal_construct_driver()
|
/PHP-8.4/ext/date/ |
H A D | php_date.c | 3373 zend_replace_error_handling(EH_THROW, date_ce_date_malformed_string_exception, &zeh); in PHP_METHOD() 3400 zend_replace_error_handling(EH_THROW, date_ce_date_malformed_string_exception, &zeh); in PHP_METHOD() 3514 zend_replace_error_handling(EH_THROW, date_ce_date_invalid_operation_exception, &zeh); in PHP_METHOD() 3535 zend_replace_error_handling(EH_THROW, date_ce_date_invalid_operation_exception, &zeh); in PHP_METHOD()
|
Completed in 84 milliseconds