EH_THROW         4055 Zend/zend_API.c 	EG(exception_class) = error_handling == EH_THROW ? exception_class : NULL;
EH_THROW         4088 Zend/zend_API.c 	EG(exception_class) = saved->handling == EH_THROW ? saved->exception : NULL;
EH_THROW         2666 ext/date/php_date.c 	zend_replace_error_handling(EH_THROW, NULL, &error_handling);
EH_THROW         2686 ext/date/php_date.c 	zend_replace_error_handling(EH_THROW, NULL, &error_handling);
EH_THROW         3663 ext/date/php_date.c 	zend_replace_error_handling(EH_THROW, NULL, &error_handling);
EH_THROW         4096 ext/date/php_date.c 	zend_replace_error_handling(EH_THROW, NULL, &error_handling);
EH_THROW         4336 ext/date/php_date.c 	zend_replace_error_handling(EH_THROW, NULL, &error_handling);
EH_THROW          302 ext/fileinfo/fileinfo.c 		zend_replace_error_handling(EH_THROW, NULL, &zeh);
EH_THROW           81 ext/intl/collator/collator_create.c 	zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling);
EH_THROW           96 ext/intl/formatter/formatter_main.c 	zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling);
EH_THROW          114 ext/intl/msgformat/msgformat.c 	zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling);
EH_THROW          145 ext/intl/resourcebundle/resourcebundle_class.c 	zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling);
EH_THROW           39 ext/intl/spoofchecker/spoofchecker_create.c 	zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling);
EH_THROW          347 ext/pdo/pdo_dbh.c 	zend_replace_error_handling(EH_THROW, pdo_exception_ce, &zeh);
EH_THROW          433 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);
EH_THROW          461 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);
EH_THROW          683 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling);
EH_THROW         1134 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);\
EH_THROW         1229 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);
EH_THROW         1277 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);
EH_THROW         1324 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling);
EH_THROW         1342 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling );
EH_THROW         1360 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling);
EH_THROW         1378 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling);
EH_THROW         2278 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);
EH_THROW         2336 ext/spl/spl_directory.c 	zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling);
EH_THROW          482 ext/spl/spl_iterators.c 	zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling);
EH_THROW         1073 ext/spl/spl_iterators.c 	zend_replace_error_handling(EH_THROW, spl_ce_UnexpectedValueException, &error_handling);
EH_THROW         1534 ext/spl/spl_iterators.c 			zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling);
EH_THROW         1559 ext/spl/spl_iterators.c 			zend_replace_error_handling(EH_THROW, spl_ce_InvalidArgumentException, &error_handling);
EH_THROW         1619 ext/sqlite3/sqlite3.c 	zend_replace_error_handling(EH_THROW, NULL, &error_handling);
EH_THROW         1040 main/main.c    				if (EG(error_handling) == EH_THROW && !EG(exception)) {