Home
last modified time | relevance | path

Searched refs:orig_compiler_options (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1420 uint32_t orig_compiler_options; in cache_script_in_file_cache() local
1427 orig_compiler_options = CG(compiler_options); in cache_script_in_file_cache()
1430 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()
1433 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()
1443 uint32_t orig_compiler_options; in cache_script_in_shared_memory() local
1450 orig_compiler_options = CG(compiler_options); in cache_script_in_shared_memory()
1455 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()
1458 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()
1677 uint32_t orig_compiler_options = 0; in opcache_compile_file() local
1748 orig_compiler_options = CG(compiler_options); in opcache_compile_file()
[all …]
H A Dzend_accelerator_module.c855 uint32_t orig_compiler_options; local
869 orig_compiler_options = CG(compiler_options);
886 CG(compiler_options) = orig_compiler_options;

Completed in 20 milliseconds