Lines Matching refs:compiler_options

1546 	orig_compiler_options = CG(compiler_options);  in cache_script_in_file_cache()
1547 CG(compiler_options) |= ZEND_COMPILE_WITH_FILE_CACHE; in cache_script_in_file_cache()
1550 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()
1562 orig_compiler_options = CG(compiler_options); in cache_script_in_shared_memory()
1564 CG(compiler_options) |= ZEND_COMPILE_WITH_FILE_CACHE; in cache_script_in_shared_memory()
1568 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()
1811 orig_compiler_options = CG(compiler_options); in opcache_compile_file()
1812 CG(compiler_options) |= ZEND_COMPILE_HANDLE_OP_ARRAY; in opcache_compile_file()
1813 CG(compiler_options) |= ZEND_COMPILE_DELAYED_BINDING; in opcache_compile_file()
1814 CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION; in opcache_compile_file()
1815 CG(compiler_options) |= ZEND_COMPILE_IGNORE_OTHER_FILES; in opcache_compile_file()
1816 CG(compiler_options) |= ZEND_COMPILE_IGNORE_OBSERVER; in opcache_compile_file()
1820 CG(compiler_options) |= ZEND_COMPILE_IGNORE_INTERNAL_CLASSES; in opcache_compile_file()
1823 CG(compiler_options) |= ZEND_COMPILE_WITH_FILE_CACHE; in opcache_compile_file()
1826 CG(compiler_options) |= ZEND_COMPILE_IGNORE_INTERNAL_CLASSES; in opcache_compile_file()
1829 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()
1833 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()
4373 orig_compiler_options = CG(compiler_options);
4375 CG(compiler_options) |= ZEND_COMPILE_PRELOAD_IN_CHILD;
4377 CG(compiler_options) |= ZEND_COMPILE_PRELOAD;
4378 CG(compiler_options) |= ZEND_COMPILE_HANDLE_OP_ARRAY;
4379 CG(compiler_options) |= ZEND_COMPILE_DELAYED_BINDING;
4380 CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION;
4381 CG(compiler_options) |= ZEND_COMPILE_IGNORE_OTHER_FILES;
4573 CG(compiler_options) = orig_compiler_options;