Home
last modified time | relevance | path

Searched refs:zend_replace_error_handling (Results 1 – 17 of 17) sorted by relevance

/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_create.c36 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
/php-src/ext/intl/collator/
H A Dcollator_create.c42 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in collator_ctor()
/php-src/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp131 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in _php_intlgregcal_constructor_body()
249 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
286 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
/php-src/ext/intl/formatter/
H A Dformatter_main.c45 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in numfmt_ctor()
/php-src/ext/intl/dateformat/
H A Ddatepatterngenerator_methods.cpp48 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in dtpg_ctor()
H A Ddateformat_create.cpp85 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in datefmt_ctor()
/php-src/ext/intl/msgformat/
H A Dmsgformat.c49 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in msgfmt_ctor()
/php-src/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp55 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in _php_intlrbbi_constructor_body()
/php-src/main/
H A Dphp.h322 zend_replace_error_handling(error_handling, exception_class, NULL); in BEGIN_EXTERN_C()
/php-src/ext/fileinfo/
H A Dfileinfo.c176 zend_replace_error_handling(EH_THROW, NULL, &zeh); in PHP_FUNCTION()
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_class.c95 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, error_handling); in resourcebundle_ctor()
/php-src/Zend/
H A Dzend.h409 ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *e…
H A Dzend_API.c5108 ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *e… in zend_replace_error_handling() function
/php-src/ext/spl/
H A Dspl_directory.c576 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_type()
749 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling); in spl_filesystem_object_construct()
1183 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);\
2056 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in PHP_METHOD()
2103 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in PHP_METHOD()
H A Dspl_iterators.c1421 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_dual_it_construct()
/php-src/ext/pdo/
H A Dpdo_dbh.c443 zend_replace_error_handling(EH_THROW, pdo_exception_ce, &zeh); in internal_construct()
/php-src/ext/date/
H A Dphp_date.c3359 zend_replace_error_handling(EH_THROW, date_ce_date_malformed_string_exception, &zeh); in PHP_METHOD()
3386 zend_replace_error_handling(EH_THROW, date_ce_date_malformed_string_exception, &zeh); in PHP_METHOD()
3500 zend_replace_error_handling(EH_THROW, date_ce_date_invalid_operation_exception, &zeh); in PHP_METHOD()
3521 zend_replace_error_handling(EH_THROW, date_ce_date_invalid_operation_exception, &zeh); in PHP_METHOD()

Completed in 99 milliseconds