Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dbasic_functions.h169 char *locale_string; member
H A Dbasic_functions.c3719 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()
H A Dstring.c4154 STR_FREE(BG(locale_string));
4155 BG(locale_string) = estrdup(retval);

Completed in 24 milliseconds