Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A DZendAccelerator.c1540 uint32_t orig_compiler_options; in cache_script_in_file_cache() local
1542 orig_compiler_options = CG(compiler_options); in cache_script_in_file_cache()
1546 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()
1556 uint32_t orig_compiler_options; in cache_script_in_shared_memory() local
1558 orig_compiler_options = CG(compiler_options); in cache_script_in_shared_memory()
1564 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()
1734 uint32_t orig_compiler_options = 0; in opcache_compile_file() local
1807 orig_compiler_options = CG(compiler_options); in opcache_compile_file()
1818 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()
1822 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()
[all …]
H A Dzend_accelerator_module.c933 uint32_t orig_compiler_options; local
947 orig_compiler_options = CG(compiler_options);
964 CG(compiler_options) = orig_compiler_options;

Completed in 24 milliseconds