Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/spoofchecker/
H A Dspoofchecker_create.c36 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
/PHP-8.0/ext/intl/collator/
H A Dcollator_create.c71 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
/PHP-8.0/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-8.0/ext/intl/formatter/
H A Dformatter_main.c89 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat.c119 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
/PHP-8.0/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp99 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_create.cpp204 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
/PHP-8.0/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp198 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
/PHP-8.0/ext/intl/resourcebundle/
H A Dresourcebundle_class.c143 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
/PHP-8.0/ext/spl/
H A Dspl_directory.c457 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_info()
563 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_type()
739 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling); in spl_filesystem_object_construct()
1161 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);\
1239 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in FileInfoFunction()
1293 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in PHP_METHOD()
2072 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in PHP_METHOD()
2129 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in PHP_METHOD()
H A Dspl_iterators.c502 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()
1376 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_dual_it_construct()
1399 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_dual_it_construct()
/PHP-8.0/ext/fileinfo/
H A Dfileinfo.c225 zend_replace_error_handling(EH_THROW, NULL, &zeh); in PHP_FUNCTION()
/PHP-8.0/Zend/
H A Dzend.h341 EH_THROW enumerator
H A Dzend_API.c4411 ZEND_ASSERT(error_handling == EH_THROW || exception_class == NULL); in zend_replace_error_handling()
/PHP-8.0/ext/date/
H A Dphp_date.c2445 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD()
2465 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD()
3495 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD()
3911 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD()
4213 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD()
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c379 zend_replace_error_handling(EH_THROW, pdo_exception_ce, &zeh); in PHP_METHOD()
/PHP-8.0/main/
H A Dmain.c1234 if (EG(error_handling) == EH_THROW) { in php_error_cb()
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c1846 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD()

Completed in 290 milliseconds