Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dbasic_functions.h65 zend_string *ctype_string; /* current LC_CTYPE locale (or NULL for 'C') */ member
H A Dbasic_functions.c417 BG(ctype_string) = NULL; in PHP_RINIT_FUNCTION()
469 if (BG(ctype_string)) { in PHP_RSHUTDOWN_FUNCTION()
470 zend_string_release_ex(BG(ctype_string), 0); in PHP_RSHUTDOWN_FUNCTION()
471 BG(ctype_string) = NULL; in PHP_RSHUTDOWN_FUNCTION()
H A Dstring.c4695 if (BG(ctype_string)) {
4696 zend_string_release_ex(BG(ctype_string), 0);
4700 BG(ctype_string) = NULL;
4703 BG(ctype_string) = zend_string_copy(loc);
4704 return zend_string_copy(BG(ctype_string));
4706 BG(ctype_string) = zend_string_init(retval, len, 0);
4707 return zend_string_copy(BG(ctype_string));
/PHP-8.2/ext/pcre/
H A Dphp_pcre.c614 if (locale_aware && BG(ctype_string)) { in pcre_get_compiled_regex_cache_ex()
616 ZSTR_VAL(BG(ctype_string)), ZSTR_LEN(BG(ctype_string)), in pcre_get_compiled_regex_cache_ex()
774 tables = (uint8_t *)zend_hash_find_ptr(&char_tables, BG(ctype_string)); in pcre_get_compiled_regex_cache_ex()
785 _k = zend_string_init(ZSTR_VAL(BG(ctype_string)), ZSTR_LEN(BG(ctype_string)), 1); in pcre_get_compiled_regex_cache_ex()

Completed in 44 milliseconds