Home
last modified time | relevance | path

Searched refs:ctype_string (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/standard/
H A Dbasic_functions.h62 zend_string *ctype_string; /* current LC_CTYPE locale (or NULL for 'C') */ member
H A Dbasic_functions.c404 BG(ctype_string) = NULL; in PHP_RINIT_FUNCTION()
459 if (BG(ctype_string)) { in PHP_RSHUTDOWN_FUNCTION()
460 zend_string_release_ex(BG(ctype_string), 0); in PHP_RSHUTDOWN_FUNCTION()
461 BG(ctype_string) = NULL; in PHP_RSHUTDOWN_FUNCTION()
H A Dstring.c4936 if (BG(ctype_string)) {
4937 zend_string_release_ex(BG(ctype_string), 0);
4941 BG(ctype_string) = NULL;
4944 BG(ctype_string) = zend_string_copy(loc);
4945 return zend_string_copy(BG(ctype_string));
4947 BG(ctype_string) = zend_string_init(retval, len, 0);
4948 return zend_string_copy(BG(ctype_string));
/php-src/ext/pcre/
H A Dphp_pcre.c613 if (locale_aware && BG(ctype_string)) { in pcre_get_compiled_regex_cache_ex()
615 ZSTR_VAL(BG(ctype_string)), ZSTR_LEN(BG(ctype_string)), in pcre_get_compiled_regex_cache_ex()
764 tables = (uint8_t *)zend_hash_find_ptr(&char_tables, BG(ctype_string)); in pcre_get_compiled_regex_cache_ex()
775 _k = zend_string_init(ZSTR_VAL(BG(ctype_string)), ZSTR_LEN(BG(ctype_string)), 1); in pcre_get_compiled_regex_cache_ex()

Completed in 46 milliseconds