INTL_G 72 ext/intl/collator/collator_sort.c co = Z_INTL_COLLATOR_P(&INTL_G(current_collator)); INTL_G 189 ext/intl/collator/collator_sort.c co = Z_INTL_COLLATOR_P(&INTL_G(current_collator)); INTL_G 221 ext/intl/collator/collator_sort.c if( INTL_G(compare_func)( &result, first, second) == FAILURE ) INTL_G 310 ext/intl/collator/collator_sort.c INTL_G(compare_func) = collator_get_compare_function( sort_flags ); INTL_G 319 ext/intl/collator/collator_sort.c ZVAL_COPY_VALUE(&saved_collator, &INTL_G( current_collator )); INTL_G 320 ext/intl/collator/collator_sort.c ZVAL_COPY_VALUE(&INTL_G( current_collator ), object); INTL_G 326 ext/intl/collator/collator_sort.c ZVAL_COPY_VALUE(&INTL_G( current_collator ), &saved_collator); INTL_G 43 ext/intl/grapheme/grapheme_util.c UBreakIterator *global_break_iterator = INTL_G( grapheme_iterator ); INTL_G 383 ext/intl/grapheme/grapheme_util.c UBreakIterator *global_break_iterator = INTL_G( grapheme_iterator ); INTL_G 393 ext/intl/grapheme/grapheme_util.c INTL_G(grapheme_iterator) = global_break_iterator; INTL_G 39 ext/intl/intl_error.c return &INTL_G( g_error ); INTL_G 110 ext/intl/intl_error.c if( INTL_G( error_level ) ) INTL_G 111 ext/intl/intl_error.c php_error_docref( NULL, INTL_G( error_level ), "%s", msg ); INTL_G 112 ext/intl/intl_error.c if( INTL_G( use_exceptions ) ) INTL_G 122 ext/intl/php_intl.c if( INTL_G(default_locale) == NULL ) { INTL_G 125 ext/intl/php_intl.c return INTL_G(default_locale); INTL_G 1042 ext/intl/php_intl.c if(!Z_ISUNDEF(INTL_G(current_collator))) { INTL_G 1043 ext/intl/php_intl.c ZVAL_UNDEF(&INTL_G(current_collator)); INTL_G 1045 ext/intl/php_intl.c if (INTL_G(grapheme_iterator)) { INTL_G 1047 ext/intl/php_intl.c INTL_G(grapheme_iterator) = NULL;