Searched refs:EH_THROW (Results 1 – 19 of 19) sorted by relevance
/PHP-8.2/ext/intl/spoofchecker/ |
H A D | spoofchecker_create.c | 36 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
|
/PHP-8.2/ext/intl/collator/ |
H A D | collator_create.c | 42 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in collator_ctor()
|
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | bug44295-win.phpt | 2 user defined error handler + set_error_handling(EH_THROW)
|
H A D | bug44295.phpt | 2 user defined error handler + set_error_handling(EH_THROW)
|
/PHP-8.2/ext/intl/formatter/ |
H A D | formatter_main.c | 44 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in numfmt_ctor()
|
/PHP-8.2/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.2/ext/intl/msgformat/ |
H A D | msgformat.c | 49 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in msgfmt_ctor()
|
/PHP-8.2/ext/intl/breakiterator/ |
H A D | rulebasedbreakiterator_methods.cpp | 55 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in _php_intlrbbi_constructor_body()
|
/PHP-8.2/ext/intl/calendar/ |
H A D | gregoriancalendar_methods.cpp | 88 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in _php_intlgregcal_constructor_body()
|
/PHP-8.2/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 97 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in resourcebundle_ctor()
|
/PHP-8.2/ext/fileinfo/ |
H A D | fileinfo.c | 176 zend_replace_error_handling(EH_THROW, NULL, &zeh); in PHP_FUNCTION()
|
/PHP-8.2/Zend/ |
H A D | zend.h | 393 EH_THROW enumerator
|
H A D | zend_API.c | 4901 ZEND_ASSERT(error_handling == EH_THROW || exception_class == NULL); in zend_replace_error_handling()
|
/PHP-8.2/ext/spl/ |
H A D | spl_directory.c | 586 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_type() 759 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling); in spl_filesystem_object_construct() 1195 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);\ 2068 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in PHP_METHOD() 2121 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in PHP_METHOD()
|
H A D | spl_iterators.c | 1437 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_dual_it_construct()
|
/PHP-8.2/ext/pdo/ |
H A D | pdo_dbh.c | 382 zend_replace_error_handling(EH_THROW, pdo_exception_ce, &zeh); in PHP_METHOD()
|
/PHP-8.2/main/ |
H A D | main.c | 1242 if (EG(error_handling) == EH_THROW) { in php_error_cb()
|
/PHP-8.2/ext/date/ |
H A D | php_date.c | 3778 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD()
|
Completed in 78 milliseconds