/PHP-7.1/ext/intl/spoofchecker/ |
H A D | spoofchecker_create.c | 41 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
|
/PHP-7.1/ext/intl/collator/ |
H A D | collator_create.c | 81 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
|
/PHP-7.1/ext/standard/tests/general_functions/ |
H A D | bug44295-win.phpt | 2 user defined error handler + set_error_handling(EH_THROW)
|
H A D | bug44295.phpt | 2 user defined error handler + set_error_handling(EH_THROW)
|
/PHP-7.1/ext/intl/formatter/ |
H A D | formatter_main.c | 96 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
|
/PHP-7.1/ext/intl/msgformat/ |
H A D | msgformat.c | 115 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
|
/PHP-7.1/ext/intl/breakiterator/ |
H A D | rulebasedbreakiterator_methods.cpp | 99 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
|
/PHP-7.1/ext/intl/dateformat/ |
H A D | dateformat_create.cpp | 213 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
|
/PHP-7.1/ext/spl/ |
H A D | spl_directory.c | 433 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_info() 461 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in spl_filesystem_object_create_type() 684 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling); in spl_filesystem_object_construct() 1135 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);\ 1230 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in FileInfoFunction() 1281 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in SPL_METHOD() 1328 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling); in SPL_METHOD() 1364 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling); in SPL_METHOD() 1382 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling); in SPL_METHOD() 2282 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling); in SPL_METHOD() [all …]
|
H A D | spl_iterators.c | 489 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_recursive_it_it_construct() 1081 zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling); in spl_recursive_tree_iterator_get_entry() 1538 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_dual_it_construct() 1563 zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling); in spl_dual_it_construct()
|
/PHP-7.1/ext/intl/calendar/ |
H A D | gregoriancalendar_methods.cpp | 220 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in PHP_METHOD()
|
/PHP-7.1/Zend/ |
H A D | zend.h | 307 EH_THROW enumerator
|
H A D | zend_API.c | 4128 EG(exception_class) = error_handling == EH_THROW ? exception_class : NULL; in zend_replace_error_handling() 4161 EG(exception_class) = saved->handling == EH_THROW ? saved->exception : NULL; in zend_restore_error_handling()
|
/PHP-7.1/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 152 zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling); in ZEND_END_ARG_INFO()
|
/PHP-7.1/ext/fileinfo/ |
H A D | fileinfo.c | 302 zend_replace_error_handling(EH_THROW, NULL, &zeh); in PHP_FUNCTION()
|
/PHP-7.1/ext/date/ |
H A D | php_date.c | 2826 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD() 2846 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD() 3831 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD() 4311 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD() 4570 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD()
|
/PHP-7.1/ext/pdo/ |
H A D | pdo_dbh.c | 349 zend_replace_error_handling(EH_THROW, pdo_exception_ce, &zeh); in PHP_METHOD()
|
/PHP-7.1/main/ |
H A D | main.c | 1105 if (EG(error_handling) == EH_THROW && !EG(exception)) { in php_error_cb()
|
/PHP-7.1/ext/sqlite3/ |
H A D | sqlite3.c | 1671 zend_replace_error_handling(EH_THROW, NULL, &error_handling); in PHP_METHOD()
|