Searched refs:symtable_cache_limit (Results 1 – 4 of 4) sorted by relevance
143 zend_array **symtable_cache_limit; member
138 EG(symtable_cache_limit) = EG(symtable_cache) + SYMTABLE_CACHE_SIZE; in init_executor()
3507 if (EG(symtable_cache_ptr) >= EG(symtable_cache_limit)) { in zend_clean_and_cache_symbol_table()
275 EG(symtable_cache_limit) = EG(symtable_cache); in PHP_RINIT_FUNCTION()
Completed in 47 milliseconds