Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/spoofchecker/
H A Dspoofchecker_create.c29 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 Dcollator_create.c69 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 Dformatter_main.c87 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 Dmsgformat.c117 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 Drulebasedbreakiterator_methods.cpp97 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 Ddateformat_create.cpp202 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 Dgregoriancalendar_methods.cpp196 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 Dspl_directory.c439 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 Dspl_iterators.c488 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 Dresourcebundle_class.c141 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 Dphp.h332 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 Dmain.c1234 if (EG(error_handling) == EH_THROW) { in php_error_cb()
/PHP-8.0/Zend/
H A Dzend_globals.h202 zend_error_handling_t error_handling; member
H A Dzend.h350 ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *e…
H A Dzend_API.c4401 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 Dzend.c744 executor_globals->error_handling = EH_NORMAL; in executor_globals_ctor()
1343 || EG(error_handling) != EH_NORMAL) { in zend_error_impl()
H A Dzend_execute_API.c145 EG(error_handling) = EH_NORMAL; in init_executor()
/PHP-8.0/ext/date/
H A Dphp_date.c2437 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 Dsqlite3.c1835 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()

Completed in 90 milliseconds