26#undef U_SHOW_CPLUSPLUS_API
27#define U_SHOW_CPLUSPLUS_API 0
29#include <unicode/ubrk.h>
34#define phpext_intl_ptr &intl_module_entry
37#define PHP_INTL_API __declspec(dllexport)
56#if defined(ZTS) && defined(COMPILE_DL_INTL)
62#define INTL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(intl, v)
72#define PHP_INTL_VERSION PHP_VERSION
int(* collator_compare_func_t)(zval *result, zval *op1, zval *op2)
struct _intl_error intl_error
#define PHP_MSHUTDOWN_FUNCTION
#define PHP_MINIT_FUNCTION
#define PHP_MINFO_FUNCTION
#define PHP_RINIT_FUNCTION
#define PHP_RSHUTDOWN_FUNCTION
zend_module_entry intl_module_entry
const char * intl_locale_get_default(void)
UBreakIterator * grapheme_iterator
collator_compare_func_t compare_func
struct UCollator * current_collator
#define ZEND_TSRMLS_CACHE_EXTERN()
#define ZEND_END_MODULE_GLOBALS(module_name)
#define ZEND_EXTERN_MODULE_GLOBALS(module_name)
#define ZEND_BEGIN_MODULE_GLOBALS(module_name)
struct _zend_module_entry zend_module_entry