Home
last modified time | relevance | path

Searched refs:ZEND_COMPILE_WITH_FILE_CACHE (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_compile.h1083 #define ZEND_COMPILE_WITH_FILE_CACHE (1<<12) macro
H A Dzend_compile.c1296 …ONSTANT_FLAGS(c) & CONST_NO_FILE_CACHE) || !(CG(compiler_options) & ZEND_COMPILE_WITH_FILE_CACHE))) in zend_try_ct_eval_const()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1428 CG(compiler_options) |= ZEND_COMPILE_WITH_FILE_CACHE; in cache_script_in_file_cache()
1452 CG(compiler_options) |= ZEND_COMPILE_WITH_FILE_CACHE; in cache_script_in_shared_memory()
1755 CG(compiler_options) |= ZEND_COMPILE_WITH_FILE_CACHE; in opcache_compile_file()
/PHP-7.4/ext/opcache/Optimizer/
H A Dblock_pass.c59 || !(CG(compiler_options) & ZEND_COMPILE_WITH_FILE_CACHE))) { in zend_optimizer_get_persistent_constant()

Completed in 46 milliseconds