Searched refs:orig_compiler_options (Results 1 – 2 of 2) sorted by relevance
1417 uint32_t orig_compiler_options; in cache_script_in_file_cache() local1419 orig_compiler_options = CG(compiler_options); in cache_script_in_file_cache()1422 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()1425 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()1435 uint32_t orig_compiler_options; in cache_script_in_shared_memory() local1437 orig_compiler_options = CG(compiler_options); in cache_script_in_shared_memory()1442 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()1445 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()1711 uint32_t orig_compiler_options = 0; in opcache_compile_file() local1784 orig_compiler_options = CG(compiler_options); in opcache_compile_file()[all …]
866 uint32_t orig_compiler_options; local880 orig_compiler_options = CG(compiler_options);897 CG(compiler_options) = orig_compiler_options;
Completed in 20 milliseconds