Searched refs:char_tables (Results 1 – 1 of 1) sorted by relevance
101 ZEND_TLS HashTable char_tables; variable270 zend_hash_init(&char_tables, 1, NULL, php_pcre_free_char_table, 1); in PHP_GINIT_FUNCTION()281 zend_hash_destroy(&char_tables); in PHP_GSHUTDOWN_FUNCTION()734 tables = (uint8_t *)zend_hash_find_ptr(&char_tables, BG(locale_string)); in pcre_get_compiled_regex_cache_ex()746 zend_hash_add_ptr(&char_tables, _k, (void *)tables); in pcre_get_compiled_regex_cache_ex()
Completed in 10 milliseconds