Searched refs:symtable_cache (Results 1 – 3 of 3) sorted by relevance
167 zend_array *symtable_cache[SYMTABLE_CACHE_SIZE]; member
142 EG(symtable_cache_ptr) = EG(symtable_cache); in init_executor()143 EG(symtable_cache_limit) = EG(symtable_cache) + SYMTABLE_CACHE_SIZE; in init_executor()460 while (EG(symtable_cache_ptr) > EG(symtable_cache)) { in shutdown_executor()1773 if (EG(symtable_cache_ptr) > EG(symtable_cache)) { in zend_rebuild_symbol_table()
228 EG(symtable_cache_limit) = EG(symtable_cache); in PHP_RINIT_FUNCTION()
Completed in 22 milliseconds