Home
last modified time | relevance | path

Searched refs:locale_string (Results 1 – 3 of 3) sorted by relevance

/PHP-5.4/ext/standard/
H A Dbasic_functions.h169 char *locale_string; member
H A Dbasic_functions.c3696 BG(locale_string) = NULL; in PHP_RINIT_FUNCTION()
3749 if (BG(locale_string) != NULL) { in PHP_RSHUTDOWN_FUNCTION()
3754 STR_FREE(BG(locale_string)); in PHP_RSHUTDOWN_FUNCTION()
3755 BG(locale_string) = NULL; in PHP_RSHUTDOWN_FUNCTION()
H A Dstring.c4479 STR_FREE(BG(locale_string));
4480 BG(locale_string) = estrdup(retval);

Completed in 47 milliseconds