error_handling    559 Zend/zend.c    	executor_globals->error_handling  = EH_NORMAL;
error_handling   1153 Zend/zend.c    		|| EG(error_handling) != EH_NORMAL) {
error_handling    334 Zend/zend.h    ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_handling *current);
error_handling   4039 Zend/zend_API.c 	current->handling = EG(error_handling);
error_handling   4045 Zend/zend_API.c ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_handling *current) /* {{{ */
error_handling   4049 Zend/zend_API.c 		if (error_handling != EH_NORMAL && Z_TYPE(EG(user_error_handler)) != IS_UNDEF) {
error_handling   4054 Zend/zend_API.c 	EG(error_handling) = error_handling;
error_handling   4055 Zend/zend_API.c 	EG(exception_class) = error_handling == EH_THROW ? exception_class : NULL;
error_handling   4087 Zend/zend_API.c 	EG(error_handling) = saved->handling;
error_handling    148 Zend/zend_execute_API.c 	EG(error_handling) = EH_NORMAL;
error_handling    192 Zend/zend_globals.h 	zend_error_handling_t  error_handling;
error_handling   2660 ext/date/php_date.c 	zend_error_handling error_handling;
error_handling   2666 ext/date/php_date.c 	zend_replace_error_handling(EH_THROW, NULL, &error_handling);
error_handling   2668 ext/date/php_date.c 	zend_restore_error_handling(&error_handling);
error_handling   2680 ext/date/php_date.c 	zend_error_handling error_handling;
error_handling   2686 ext/date/php_date.c 	zend_replace_error_handling(EH_THROW, NULL, &error_handling);
error_handling   2688 ext/date/php_date.c 	zend_restore_error_handling(&error_handling);
error_handling   3657 ext/date/php_date.c 	zend_error_handling error_handling;
error_handling   3663 ext/date/php_date.c 	zend_replace_error_handling(EH_THROW, NULL, &error_handling);
error_handling   3666 ext/date/php_date.c 	zend_restore_error_handling(&error_handling);
error_handling   4090 ext/date/php_date.c 	zend_error_handling error_handling;
error_handling   4096 ext/date/php_date.c 	zend_replace_error_handling(EH_THROW, NULL, &error_handling);
error_handling   4102 ext/date/php_date.c 	zend_restore_error_handling(&error_handling);
error_handling   4334 ext/date/php_date.c 	zend_error_handling error_handling;
error_handling   4336 ext/date/php_date.c 	zend_replace_error_handling(EH_THROW, NULL, &error_handling);
error_handling   4341 ext/date/php_date.c 				zend_restore_error_handling(&error_handling);
error_handling   4405 ext/date/php_date.c 	zend_restore_error_handling(&error_handling);
error_handling     79 ext/intl/collator/collator_create.c 	zend_error_handling error_handling;
error_handling     81 ext/intl/collator/collator_create.c 	zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling);
error_handling     88 ext/intl/collator/collator_create.c 	zend_restore_error_handling(&error_handling);
error_handling     94 ext/intl/formatter/formatter_main.c 	zend_error_handling error_handling;
error_handling     96 ext/intl/formatter/formatter_main.c 	zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling);
error_handling    103 ext/intl/formatter/formatter_main.c 	zend_restore_error_handling(&error_handling);
error_handling    112 ext/intl/msgformat/msgformat.c 	zend_error_handling error_handling;
error_handling    114 ext/intl/msgformat/msgformat.c 	zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling);
error_handling    121 ext/intl/msgformat/msgformat.c 	zend_restore_error_handling(&error_handling);
error_handling    143 ext/intl/resourcebundle/resourcebundle_class.c 	zend_error_handling error_handling;
error_handling    145 ext/intl/resourcebundle/resourcebundle_class.c 	zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling);
error_handling    152 ext/intl/resourcebundle/resourcebundle_class.c 	zend_restore_error_handling(&error_handling);
error_handling     32 ext/intl/spoofchecker/spoofchecker_create.c 	zend_error_handling error_handling;
error_handling     39 ext/intl/spoofchecker/spoofchecker_create.c 	zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling);
error_handling     52 ext/intl/spoofchecker/spoofchecker_create.c 	zend_restore_error_handling(&error_handling);
error_handling    415 ext/spl/spl_directory.c 	zend_error_handling error_handling;
error_handling    433 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);
error_handling    450 ext/spl/spl_directory.c 	zend_restore_error_handling(&error_handling);
error_handling    459 ext/spl/spl_directory.c 	zend_error_handling error_handling;
error_handling    461 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);
error_handling    470 ext/spl/spl_directory.c 				zend_restore_error_handling(&error_handling);
error_handling    529 ext/spl/spl_directory.c 					zend_restore_error_handling(&error_handling);
error_handling    538 ext/spl/spl_directory.c 					zend_restore_error_handling(&error_handling);
error_handling    546 ext/spl/spl_directory.c 			zend_restore_error_handling(&error_handling);
error_handling    550 ext/spl/spl_directory.c 	zend_restore_error_handling(&error_handling);
error_handling    681 ext/spl/spl_directory.c 	zend_error_handling error_handling;
error_handling    683 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling);
error_handling    699 ext/spl/spl_directory.c 		zend_restore_error_handling(&error_handling);
error_handling    704 ext/spl/spl_directory.c 		zend_restore_error_handling(&error_handling);
error_handling    711 ext/spl/spl_directory.c 		zend_restore_error_handling(&error_handling);
error_handling    730 ext/spl/spl_directory.c 	zend_restore_error_handling(&error_handling);
error_handling   1129 ext/spl/spl_directory.c 	zend_error_handling error_handling; \
error_handling   1134 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);\
error_handling   1137 ext/spl/spl_directory.c 	zend_restore_error_handling(&error_handling); \
error_handling   1223 ext/spl/spl_directory.c 	zend_error_handling error_handling;
error_handling   1229 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);
error_handling   1259 ext/spl/spl_directory.c 	zend_restore_error_handling(&error_handling);
error_handling   1271 ext/spl/spl_directory.c 	zend_error_handling error_handling;
error_handling   1277 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);
error_handling   1301 ext/spl/spl_directory.c 	zend_restore_error_handling(&error_handling);
error_handling   1322 ext/spl/spl_directory.c 	zend_error_handling error_handling;
error_handling   1324 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling);
error_handling   1330 ext/spl/spl_directory.c 	zend_restore_error_handling(&error_handling);
error_handling   1340 ext/spl/spl_directory.c 	zend_error_handling error_handling;
error_handling   1342 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling );
error_handling   1348 ext/spl/spl_directory.c 	zend_restore_error_handling(&error_handling);
error_handling   1358 ext/spl/spl_directory.c 	zend_error_handling error_handling;
error_handling   1360 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling);
error_handling   1366 ext/spl/spl_directory.c 	zend_restore_error_handling(&error_handling);
error_handling   1376 ext/spl/spl_directory.c 	zend_error_handling error_handling;
error_handling   1378 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling);
error_handling   1391 ext/spl/spl_directory.c 	zend_restore_error_handling(&error_handling);
error_handling   2259 ext/spl/spl_directory.c 	zend_error_handling error_handling;
error_handling   2278 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);
error_handling   2306 ext/spl/spl_directory.c 	zend_restore_error_handling(&error_handling);
error_handling   2317 ext/spl/spl_directory.c 	zend_error_handling error_handling;
error_handling   2336 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);
error_handling   2341 ext/spl/spl_directory.c 	zend_restore_error_handling(&error_handling);
error_handling    479 ext/spl/spl_iterators.c 	zend_error_handling error_handling;
error_handling    482 ext/spl/spl_iterators.c 	zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling);
error_handling    536 ext/spl/spl_iterators.c 		zend_restore_error_handling(&error_handling);
error_handling    584 ext/spl/spl_iterators.c 	zend_restore_error_handling(&error_handling);
error_handling   1067 ext/spl/spl_iterators.c 	zend_error_handling        error_handling;
error_handling   1073 ext/spl/spl_iterators.c 	zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling);
error_handling   1083 ext/spl/spl_iterators.c 	zend_restore_error_handling(&error_handling);
error_handling   1456 ext/spl/spl_iterators.c 	zend_error_handling   error_handling;
error_handling   1534 ext/spl/spl_iterators.c 			zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling);
error_handling   1538 ext/spl/spl_iterators.c 			zend_restore_error_handling(&error_handling);
error_handling   1559 ext/spl/spl_iterators.c 			zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling);
error_handling   1561 ext/spl/spl_iterators.c 			zend_restore_error_handling(&error_handling);
error_handling   1608 ext/sqlite3/sqlite3.c 	zend_error_handling error_handling;
error_handling   1619 ext/sqlite3/sqlite3.c 	zend_replace_error_handling(EH_THROW, NULL, &error_handling);
error_handling   1621 ext/sqlite3/sqlite3.c 	zend_restore_error_handling(&error_handling);
error_handling   1018 main/main.c    	if (EG(error_handling) != EH_NORMAL) {
error_handling   1040 main/main.c    				if (EG(error_handling) == EH_THROW && !EG(exception)) {
error_handling    292 main/php.h     static inline ZEND_ATTRIBUTE_DEPRECATED void php_set_error_handling(error_handling_t error_handling, zend_class_entry *exception_class)
error_handling    294 main/php.h     	zend_replace_error_handling(error_handling, exception_class, NULL);