Searched refs:locale_string (Results 1 – 3 of 3) sorted by relevance
169 char *locale_string; member
3719 BG(locale_string) = NULL; in PHP_RINIT_FUNCTION()3777 if (BG(locale_string) != NULL) { in PHP_RSHUTDOWN_FUNCTION()3782 STR_FREE(BG(locale_string)); in PHP_RSHUTDOWN_FUNCTION()3783 BG(locale_string) = NULL; in PHP_RSHUTDOWN_FUNCTION()
4154 STR_FREE(BG(locale_string));4155 BG(locale_string) = estrdup(retval);
Completed in 43 milliseconds