Home
last modified time | relevance | path

Searched refs:error_handling (Results 1 – 19 of 19) sorted by relevance

/PHP-7.3/ext/intl/spoofchecker/
H A Dspoofchecker_create.c34 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.3/ext/intl/collator/
H A Dcollator_create.c79 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.3/ext/intl/formatter/
H A Dformatter_main.c94 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.3/ext/intl/msgformat/
H A Dmsgformat.c113 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.3/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp100 zend_error_handling error_handling; in PHP_METHOD() local
102 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
105 zend_restore_error_handling(&error_handling); in PHP_METHOD()
/PHP-7.3/ext/spl/
H A Dspl_directory.c439 zend_error_handling error_handling; in spl_filesystem_object_create_info() local
483 zend_error_handling error_handling; in spl_filesystem_object_create_type() local
706 zend_error_handling error_handling; in spl_filesystem_object_construct() local
1246 zend_error_handling error_handling; in FileInfoFunction() local
1297 zend_error_handling error_handling; in SPL_METHOD() local
1348 zend_error_handling error_handling; in SPL_METHOD() local
1366 zend_error_handling error_handling; in SPL_METHOD() local
1384 zend_error_handling error_handling; in SPL_METHOD() local
1402 zend_error_handling error_handling; in SPL_METHOD() local
2265 zend_error_handling error_handling; in SPL_METHOD() local
[all …]
H A Dspl_iterators.c484 zend_error_handling error_handling; in spl_recursive_it_it_construct() local
487 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_recursive_it_it_construct()
541 zend_restore_error_handling(&error_handling); in spl_recursive_it_it_construct()
589 zend_restore_error_handling(&error_handling); in spl_recursive_it_it_construct()
1070 zend_error_handling error_handling; in spl_recursive_tree_iterator_get_entry() local
1076 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling); in spl_recursive_tree_iterator_get_entry()
1086 zend_restore_error_handling(&error_handling); in spl_recursive_tree_iterator_get_entry()
1455 zend_error_handling error_handling; in spl_dual_it_construct() local
1533 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_dual_it_construct()
1537 zend_restore_error_handling(&error_handling); in spl_dual_it_construct()
[all …]
/PHP-7.3/ext/intl/dateformat/
H A Ddateformat_create.cpp211 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.3/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp225 zend_error_handling error_handling; in PHP_METHOD() local
227 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
230 zend_restore_error_handling(&error_handling); in PHP_METHOD()
/PHP-7.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c152 zend_error_handling error_handling; in ZEND_END_ARG_INFO() local
154 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in ZEND_END_ARG_INFO()
161 zend_restore_error_handling(&error_handling); in ZEND_END_ARG_INFO()
/PHP-7.3/main/
H A Dphp.h364 static inline ZEND_ATTRIBUTE_DEPRECATED void php_set_error_handling(error_handling_t error_handling in BEGIN_EXTERN_C()
366 zend_replace_error_handling(error_handling, exception_class, NULL); in BEGIN_EXTERN_C()
H A Dmain.c1220 if (EG(error_handling) == EH_THROW) { in php_error_cb()
/PHP-7.3/Zend/
H A Dzend_globals.h194 zend_error_handling_t error_handling; member
H A Dzend.h328 ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *e…
H A Dzend.c690 executor_globals->error_handling = EH_NORMAL; in executor_globals_ctor()
1289 || EG(error_handling) != EH_NORMAL) { in zend_error()
H A Dzend_API.c4231 current->handling = EG(error_handling); in zend_save_error_handling()
4237 ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *e… in zend_replace_error_handling() argument
4242 ZEND_ASSERT(error_handling == EH_THROW || exception_class == NULL); in zend_replace_error_handling()
4243 EG(error_handling) = error_handling; in zend_replace_error_handling()
4250 EG(error_handling) = saved->handling; in zend_restore_error_handling()
H A Dzend_execute_API.c142 EG(error_handling) = EH_NORMAL; in init_executor()
/PHP-7.3/ext/date/
H A Dphp_date.c2842 zend_error_handling error_handling; in PHP_METHOD() local
2852 zend_restore_error_handling(&error_handling); in PHP_METHOD()
2864 zend_error_handling error_handling; in PHP_METHOD() local
2874 zend_restore_error_handling(&error_handling); in PHP_METHOD()
3863 zend_error_handling error_handling; in PHP_METHOD() local
3872 zend_restore_error_handling(&error_handling); in PHP_METHOD()
4320 zend_error_handling error_handling; in PHP_METHOD() local
4332 zend_restore_error_handling(&error_handling); in PHP_METHOD()
4614 zend_error_handling error_handling; in PHP_METHOD() local
4621 zend_restore_error_handling(&error_handling); in PHP_METHOD()
[all …]
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c1692 zend_error_handling error_handling; in PHP_METHOD() local
1703 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD()
1705 zend_restore_error_handling(&error_handling); in PHP_METHOD()

Completed in 108 milliseconds