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