/PHP-8.0/ext/intl/spoofchecker/ |
H A D | spoofchecker_create.c | 29 zend_error_handling error_handling; in PHP_METHOD() local 36 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD() 60 zend_restore_error_handling(&error_handling); in PHP_METHOD()
|
/PHP-8.0/ext/intl/collator/ |
H A D | collator_create.c | 69 zend_error_handling error_handling; in PHP_METHOD() local 71 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD() 78 zend_restore_error_handling(&error_handling); in PHP_METHOD()
|
/PHP-8.0/ext/intl/formatter/ |
H A D | formatter_main.c | 87 zend_error_handling error_handling; in PHP_METHOD() local 89 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD() 96 zend_restore_error_handling(&error_handling); in PHP_METHOD()
|
/PHP-8.0/ext/intl/msgformat/ |
H A D | msgformat.c | 117 zend_error_handling error_handling; in PHP_METHOD() local 119 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD() 128 zend_restore_error_handling(&error_handling); in PHP_METHOD()
|
/PHP-8.0/ext/intl/breakiterator/ |
H A D | rulebasedbreakiterator_methods.cpp | 97 zend_error_handling error_handling; in PHP_METHOD() local 99 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD() 102 zend_restore_error_handling(&error_handling); in PHP_METHOD()
|
/PHP-8.0/ext/intl/dateformat/ |
H A D | dateformat_create.cpp | 202 zend_error_handling error_handling; in PHP_METHOD() local 204 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD() 215 zend_restore_error_handling(&error_handling); in PHP_METHOD()
|
/PHP-8.0/ext/intl/calendar/ |
H A D | gregoriancalendar_methods.cpp | 196 zend_error_handling error_handling; in PHP_METHOD() local 198 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD() 201 zend_restore_error_handling(&error_handling); in PHP_METHOD()
|
/PHP-8.0/ext/spl/ |
H A D | spl_directory.c | 439 zend_error_handling error_handling; in spl_filesystem_object_create_info() local 474 zend_restore_error_handling(&error_handling); in spl_filesystem_object_create_info() 483 zend_error_handling error_handling; in spl_filesystem_object_create_type() local 707 zend_error_handling error_handling; in spl_filesystem_object_construct() local 754 zend_restore_error_handling(&error_handling); in spl_filesystem_object_construct() 1154 zend_error_handling error_handling; \ 1233 zend_error_handling error_handling; in FileInfoFunction() local 1277 zend_restore_error_handling(&error_handling); in FileInfoFunction() 1287 zend_error_handling error_handling; in PHP_METHOD() local 2053 zend_error_handling error_handling; in PHP_METHOD() local [all …]
|
H A D | spl_iterators.c | 488 zend_error_handling error_handling; in spl_recursive_it_it_construct() local 502 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_recursive_it_it_construct() 528 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_recursive_it_it_construct() 546 zend_restore_error_handling(&error_handling); in spl_recursive_it_it_construct() 594 zend_restore_error_handling(&error_handling); in spl_recursive_it_it_construct() 1299 zend_error_handling error_handling; in spl_dual_it_construct() local 1376 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_dual_it_construct() 1380 zend_restore_error_handling(&error_handling); in spl_dual_it_construct() 1399 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_dual_it_construct() 1401 zend_restore_error_handling(&error_handling); in spl_dual_it_construct()
|
/PHP-8.0/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 141 zend_error_handling error_handling; in PHP_METHOD() local 143 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD() 150 zend_restore_error_handling(&error_handling); in PHP_METHOD()
|
/PHP-8.0/main/ |
H A D | php.h | 332 static inline ZEND_ATTRIBUTE_DEPRECATED void php_set_error_handling(error_handling_t error_handling… in BEGIN_EXTERN_C() 334 zend_replace_error_handling(error_handling, exception_class, NULL); in BEGIN_EXTERN_C()
|
H A D | main.c | 1234 if (EG(error_handling) == EH_THROW) { in php_error_cb()
|
/PHP-8.0/Zend/ |
H A D | zend_globals.h | 202 zend_error_handling_t error_handling; member
|
H A D | zend.h | 350 ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *e…
|
H A D | zend_API.c | 4401 current->handling = EG(error_handling); in zend_save_error_handling() 4406 ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *e… in zend_replace_error_handling() argument 4411 ZEND_ASSERT(error_handling == EH_THROW || exception_class == NULL); in zend_replace_error_handling() 4412 EG(error_handling) = error_handling; in zend_replace_error_handling() 4419 EG(error_handling) = saved->handling; in zend_restore_error_handling()
|
H A D | zend.c | 744 executor_globals->error_handling = EH_NORMAL; in executor_globals_ctor() 1343 || EG(error_handling) != EH_NORMAL) { in zend_error_impl()
|
H A D | zend_execute_API.c | 145 EG(error_handling) = EH_NORMAL; in init_executor()
|
/PHP-8.0/ext/date/ |
H A D | php_date.c | 2437 zend_error_handling error_handling; in PHP_METHOD() local 2445 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD() 2447 zend_restore_error_handling(&error_handling); in PHP_METHOD() 2457 zend_error_handling error_handling; in PHP_METHOD() local 2467 zend_restore_error_handling(&error_handling); in PHP_METHOD() 3489 zend_error_handling error_handling; in PHP_METHOD() local 3498 zend_restore_error_handling(&error_handling); in PHP_METHOD() 3905 zend_error_handling error_handling; in PHP_METHOD() local 3917 zend_restore_error_handling(&error_handling); in PHP_METHOD() 4198 zend_error_handling error_handling; in PHP_METHOD() local [all …]
|
/PHP-8.0/ext/sqlite3/ |
H A D | sqlite3.c | 1835 zend_error_handling error_handling; in PHP_METHOD() local 1846 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD() 1848 zend_restore_error_handling(&error_handling); in PHP_METHOD()
|