Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dbasic_functions.h169 char *locale_string; member
H A Dbasic_functions.c3751 BG(locale_string) = NULL; in PHP_RINIT_FUNCTION()
3804 if (BG(locale_string) != NULL) { in PHP_RSHUTDOWN_FUNCTION()
3809 STR_FREE(BG(locale_string)); in PHP_RSHUTDOWN_FUNCTION()
3810 BG(locale_string) = NULL; in PHP_RSHUTDOWN_FUNCTION()
H A Dstring.c4459 STR_FREE(BG(locale_string));
4460 BG(locale_string) = estrdup(retval);

Completed in 27 milliseconds