zend_intl_globals 866 ext/intl/php_intl.c STD_PHP_INI_ENTRY(LOCALE_INI_NAME, NULL, PHP_INI_ALL, OnUpdateStringUnempty, default_locale, zend_intl_globals, intl_globals) zend_intl_globals 867 ext/intl/php_intl.c STD_PHP_INI_ENTRY("intl.error_level", "0", PHP_INI_ALL, OnUpdateLong, error_level, zend_intl_globals, intl_globals) zend_intl_globals 868 ext/intl/php_intl.c STD_PHP_INI_ENTRY("intl.use_exceptions", "0", PHP_INI_ALL, OnUpdateBool, use_exceptions, zend_intl_globals, intl_globals) zend_intl_globals 902 ext/intl/php_intl.c memset( intl_globals, 0, sizeof(zend_intl_globals) ); zend_intl_globals 59 ext/intl/php_intl.h #define INTL_G(v) TSRMG(intl_globals_id, zend_intl_globals *, v)