Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c96 ZEND_TLS HashTable char_tables; variable
318 zend_hash_init(&char_tables, 1, NULL, php_pcre_free_char_table, 1); in PHP_GINIT_FUNCTION()
329 zend_hash_destroy(&char_tables); in PHP_GSHUTDOWN_FUNCTION()
774 tables = (uint8_t *)zend_hash_find_ptr(&char_tables, BG(ctype_string)); in pcre_get_compiled_regex_cache_ex()
787 zend_hash_add_ptr(&char_tables, _k, (void *)tables); in pcre_get_compiled_regex_cache_ex()

Completed in 15 milliseconds