/PHP-7.2/ext/intl/spoofchecker/ |
H A D | spoofchecker_create.c | 34 zend_error_handling error_handling; in PHP_METHOD() local 41 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD() 65 zend_restore_error_handling(&error_handling); in PHP_METHOD()
|
/PHP-7.2/ext/intl/collator/ |
H A D | collator_create.c | 79 zend_error_handling error_handling; in PHP_METHOD() local 81 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD() 88 zend_restore_error_handling(&error_handling); in PHP_METHOD()
|
/PHP-7.2/ext/intl/formatter/ |
H A D | formatter_main.c | 94 zend_error_handling error_handling; in PHP_METHOD() local 96 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD() 103 zend_restore_error_handling(&error_handling); in PHP_METHOD()
|
/PHP-7.2/ext/intl/msgformat/ |
H A D | msgformat.c | 113 zend_error_handling error_handling; in PHP_METHOD() local 115 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD() 122 zend_restore_error_handling(&error_handling); in PHP_METHOD()
|
/PHP-7.2/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-7.2/ext/spl/ |
H A D | spl_directory.c | 438 zend_error_handling error_handling; in spl_filesystem_object_create_info() local 482 zend_error_handling error_handling; in spl_filesystem_object_create_type() local 705 zend_error_handling error_handling; in spl_filesystem_object_construct() local 1247 zend_error_handling error_handling; in FileInfoFunction() local 1298 zend_error_handling error_handling; in SPL_METHOD() local 1349 zend_error_handling error_handling; in SPL_METHOD() local 1367 zend_error_handling error_handling; in SPL_METHOD() local 1385 zend_error_handling error_handling; in SPL_METHOD() local 1403 zend_error_handling error_handling; in SPL_METHOD() local 2286 zend_error_handling error_handling; in SPL_METHOD() local [all …]
|
H A D | spl_iterators.c | 485 zend_error_handling error_handling; in spl_recursive_it_it_construct() local 488 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_recursive_it_it_construct() 542 zend_restore_error_handling(&error_handling); in spl_recursive_it_it_construct() 590 zend_restore_error_handling(&error_handling); in spl_recursive_it_it_construct() 1074 zend_error_handling error_handling; in spl_recursive_tree_iterator_get_entry() local 1080 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling); in spl_recursive_tree_iterator_get_entry() 1090 zend_restore_error_handling(&error_handling); in spl_recursive_tree_iterator_get_entry() 1459 zend_error_handling error_handling; in spl_dual_it_construct() local 1537 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_dual_it_construct() 1541 zend_restore_error_handling(&error_handling); in spl_dual_it_construct() [all …]
|
/PHP-7.2/ext/intl/dateformat/ |
H A D | dateformat_create.cpp | 211 zend_error_handling error_handling; in PHP_METHOD() local 213 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD() 224 zend_restore_error_handling(&error_handling); in PHP_METHOD()
|
/PHP-7.2/ext/intl/calendar/ |
H A D | gregoriancalendar_methods.cpp | 218 zend_error_handling error_handling; in PHP_METHOD() local 220 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD() 223 zend_restore_error_handling(&error_handling); in PHP_METHOD()
|
/PHP-7.2/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 150 zend_error_handling error_handling; in ZEND_END_ARG_INFO() local 152 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in ZEND_END_ARG_INFO() 159 zend_restore_error_handling(&error_handling); in ZEND_END_ARG_INFO()
|
/PHP-7.2/main/ |
H A D | php.h | 368 static inline ZEND_ATTRIBUTE_DEPRECATED void php_set_error_handling(error_handling_t error_handling… in BEGIN_EXTERN_C() 370 zend_replace_error_handling(error_handling, exception_class, NULL); in BEGIN_EXTERN_C()
|
H A D | main.c | 1077 if (EG(error_handling) != EH_NORMAL) { in php_error_cb() 1099 if (EG(error_handling) == EH_THROW && !EG(exception)) { in php_error_cb()
|
/PHP-7.2/Zend/ |
H A D | zend_globals.h | 191 zend_error_handling_t error_handling; member
|
H A D | zend.h | 321 ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *e…
|
H A D | zend_API.c | 4213 current->handling = EG(error_handling); in zend_save_error_handling() 4219 ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *e… in zend_replace_error_handling() argument 4223 if (error_handling != EH_NORMAL && Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { in zend_replace_error_handling() 4228 EG(error_handling) = error_handling; in zend_replace_error_handling() 4229 EG(exception_class) = error_handling == EH_THROW ? exception_class : NULL; in zend_replace_error_handling() 4261 EG(error_handling) = saved->handling; in zend_restore_error_handling()
|
H A D | zend.c | 633 executor_globals->error_handling = EH_NORMAL; in executor_globals_ctor() 1217 || EG(error_handling) != EH_NORMAL) { in zend_error()
|
H A D | zend_execute_API.c | 144 EG(error_handling) = EH_NORMAL; in init_executor()
|
/PHP-7.2/ext/date/ |
H A D | php_date.c | 2855 zend_error_handling error_handling; in PHP_METHOD() local 2865 zend_restore_error_handling(&error_handling); in PHP_METHOD() 2877 zend_error_handling error_handling; in PHP_METHOD() local 2887 zend_restore_error_handling(&error_handling); in PHP_METHOD() 3862 zend_error_handling error_handling; in PHP_METHOD() local 3871 zend_restore_error_handling(&error_handling); in PHP_METHOD() 4324 zend_error_handling error_handling; in PHP_METHOD() local 4336 zend_restore_error_handling(&error_handling); in PHP_METHOD() 4616 zend_error_handling error_handling; in PHP_METHOD() local 4623 zend_restore_error_handling(&error_handling); in PHP_METHOD() [all …]
|
/PHP-7.2/ext/sqlite3/ |
H A D | sqlite3.c | 1696 zend_error_handling error_handling; in PHP_METHOD() local 1707 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD() 1709 zend_restore_error_handling(&error_handling); in PHP_METHOD()
|