Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_globals.h176 HashTable *symtable_cache[SYMTABLE_CACHE_SIZE]; member
H A Dzend_execute_API.c146 EG(symtable_cache_ptr) = EG(symtable_cache) - 1; in init_executor()
147 EG(symtable_cache_limit) = EG(symtable_cache) + SYMTABLE_CACHE_SIZE - 1; in init_executor()
313 while (EG(symtable_cache_ptr)>=EG(symtable_cache)) { in shutdown_executor()
1698 if (EG(symtable_cache_ptr)>=EG(symtable_cache)) { in zend_rebuild_symbol_table()

Completed in 12 milliseconds