Searched refs:symtable_cache (Results 1 – 2 of 2) sorted by relevance
142 zend_array *symtable_cache[SYMTABLE_CACHE_SIZE]; member
139 EG(symtable_cache_ptr) = EG(symtable_cache) - 1; in init_executor()140 EG(symtable_cache_limit) = EG(symtable_cache) + SYMTABLE_CACHE_SIZE - 1; in init_executor()374 while (EG(symtable_cache_ptr)>=EG(symtable_cache)) { in shutdown_executor()1493 if (EG(symtable_cache_ptr) >= EG(symtable_cache)) { in zend_rebuild_symbol_table()
Completed in 10 milliseconds