IntlException_ce_ptr   81 ext/intl/collator/collator_create.c 	zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling);
IntlException_ce_ptr   85 ext/intl/collator/collator_create.c 			zend_throw_exception(IntlException_ce_ptr, "Constructor failed", 0);
IntlException_ce_ptr   96 ext/intl/formatter/formatter_main.c 	zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling);
IntlException_ce_ptr  100 ext/intl/formatter/formatter_main.c 			zend_throw_exception(IntlException_ce_ptr, "Constructor failed", 0);
IntlException_ce_ptr   47 ext/intl/intl_common.h extern zend_class_entry *IntlException_ce_ptr;
IntlException_ce_ptr   32 ext/intl/intl_error.c zend_class_entry *IntlException_ce_ptr;
IntlException_ce_ptr  113 ext/intl/intl_error.c 			zend_throw_exception_ex( IntlException_ce_ptr, 0, "%s", msg );
IntlException_ce_ptr  239 ext/intl/intl_error.c 	IntlException_ce_ptr = zend_register_internal_class_ex( &ce,
IntlException_ce_ptr  241 ext/intl/intl_error.c 	IntlException_ce_ptr->create_object = zend_ce_exception->create_object;
IntlException_ce_ptr  114 ext/intl/msgformat/msgformat.c 	zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling);
IntlException_ce_ptr  118 ext/intl/msgformat/msgformat.c 			zend_throw_exception(IntlException_ce_ptr, "Constructor failed", 0);
IntlException_ce_ptr  145 ext/intl/resourcebundle/resourcebundle_class.c 	zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling);
IntlException_ce_ptr  149 ext/intl/resourcebundle/resourcebundle_class.c 			zend_throw_exception(IntlException_ce_ptr, "Constructor failed", 0);
IntlException_ce_ptr   39 ext/intl/spoofchecker/spoofchecker_create.c 	zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling);