Home
last modified time | relevance | path

Searched refs:ctype_string (Results 1 – 4 of 4) sorted by last modified time

/PHP-8.1/ext/standard/
H A Dbasic_functions.c475 BG(ctype_string) = NULL; in PHP_RINIT_FUNCTION()
529 if (BG(ctype_string)) { in PHP_RSHUTDOWN_FUNCTION()
530 zend_string_release_ex(BG(ctype_string), 0); in PHP_RSHUTDOWN_FUNCTION()
531 BG(ctype_string) = NULL; in PHP_RSHUTDOWN_FUNCTION()
H A Dstring.c1427 if (EXPECTED(!BG(ctype_string))) { in php_string_tolower()
4687 if (BG(ctype_string)) {
4688 zend_string_release_ex(BG(ctype_string), 0);
4692 BG(ctype_string) = NULL;
4695 BG(ctype_string) = zend_string_copy(loc);
4696 return zend_string_copy(BG(ctype_string));
4698 BG(ctype_string) = zend_string_init(retval, len, 0);
4699 return zend_string_copy(BG(ctype_string));
H A Dbasic_functions.h64 zend_string *ctype_string; /* current LC_CTYPE locale (or NULL for 'C') */ member
/PHP-8.1/ext/pcre/
H A Dphp_pcre.c629 if (locale_aware && BG(ctype_string)) { in pcre_get_compiled_regex_cache_ex()
631 ZSTR_VAL(BG(ctype_string)), ZSTR_LEN(BG(ctype_string)), in pcre_get_compiled_regex_cache_ex()
790 tables = (uint8_t *)zend_hash_find_ptr(&char_tables, BG(ctype_string)); in pcre_get_compiled_regex_cache_ex()
801 _k = zend_string_init(ZSTR_VAL(BG(ctype_string)), ZSTR_LEN(BG(ctype_string)), 1); in pcre_get_compiled_regex_cache_ex()

Completed in 47 milliseconds