Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_create.c41 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
/PHP-7.4/ext/intl/collator/
H A Dcollator_create.c81 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug44295-win.phpt2 user defined error handler + set_error_handling(EH_THROW)
H A Dbug44295.phpt2 user defined error handler + set_error_handling(EH_THROW)
/PHP-7.4/ext/intl/formatter/
H A Dformatter_main.c96 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat.c130 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
/PHP-7.4/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp96 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_create.cpp209 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
/PHP-7.4/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp222 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
/PHP-7.4/ext/spl/
H A Dspl_directory.c457 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_info()
485 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_type()
706 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling); in spl_filesystem_object_construct()
1159 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);\
1254 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in FileInfoFunction()
1305 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in SPL_METHOD()
1352 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling); in SPL_METHOD()
1388 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling); in SPL_METHOD()
1406 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling); in SPL_METHOD()
2287 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in SPL_METHOD()
[all …]
H A Dspl_iterators.c488 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_recursive_it_it_construct()
1514 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_dual_it_construct()
1538 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_dual_it_construct()
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c154 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in ZEND_END_ARG_INFO()
/PHP-7.4/Zend/
H A Dzend.h339 EH_THROW enumerator
H A Dzend_API.c4385 ZEND_ASSERT(error_handling == EH_THROW || exception_class == NULL); in zend_replace_error_handling()
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c305 zend_replace_error_handling(EH_THROW, NULL, &zeh); in PHP_FUNCTION()
/PHP-7.4/ext/date/
H A Dphp_date.c2895 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD()
2917 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD()
3922 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD()
4401 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD()
4687 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c377 zend_replace_error_handling(EH_THROW, pdo_exception_ce, &zeh); in PHP_METHOD()
/PHP-7.4/main/
H A Dmain.c1279 if (EG(error_handling) == EH_THROW) { in php_error_cb()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1899 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD()

Completed in 108 milliseconds