Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_globals.h173 HashTable **symtable_cache_ptr; member
H A Dzend_execute_API.c143 EG(symtable_cache_ptr) = EG(symtable_cache) - 1; in init_executor()
303 while (EG(symtable_cache_ptr)>=EG(symtable_cache)) { in shutdown_executor()
304 zend_hash_destroy(*EG(symtable_cache_ptr)); in shutdown_executor()
305 FREE_HASHTABLE(*EG(symtable_cache_ptr)); in shutdown_executor()
306 EG(symtable_cache_ptr)--; in shutdown_executor()
1682 if (EG(symtable_cache_ptr)>=EG(symtable_cache)) { in zend_rebuild_symbol_table()
1684 EG(active_symbol_table) = *(EG(symtable_cache_ptr)--); in zend_rebuild_symbol_table()
H A Dzend_execute.c1492 if (EG(symtable_cache_ptr) >= EG(symtable_cache_limit)) { in zend_clean_and_cache_symbol_table()
1499 *(++EG(symtable_cache_ptr)) = symbol_table; in zend_clean_and_cache_symbol_table()

Completed in 49 milliseconds