Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_globals.h141 zend_array *symtable_cache[SYMTABLE_CACHE_SIZE]; member
H A Dzend_execute_API.c137 EG(symtable_cache_ptr) = EG(symtable_cache); in init_executor()
138 EG(symtable_cache_limit) = EG(symtable_cache) + SYMTABLE_CACHE_SIZE; in init_executor()
396 while (EG(symtable_cache_ptr) > EG(symtable_cache)) { in shutdown_executor()
1575 if (EG(symtable_cache_ptr) > EG(symtable_cache)) { in zend_rebuild_symbol_table()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c275 EG(symtable_cache_limit) = EG(symtable_cache); in PHP_RINIT_FUNCTION()

Completed in 26 milliseconds