Lines Matching refs:compiler_options

1552 	orig_compiler_options = CG(compiler_options);  in cache_script_in_file_cache()
1553 CG(compiler_options) |= ZEND_COMPILE_WITH_FILE_CACHE; in cache_script_in_file_cache()
1556 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()
1568 orig_compiler_options = CG(compiler_options); in cache_script_in_shared_memory()
1570 CG(compiler_options) |= ZEND_COMPILE_WITH_FILE_CACHE; in cache_script_in_shared_memory()
1574 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()
1819 orig_compiler_options = CG(compiler_options); in opcache_compile_file()
1820 CG(compiler_options) |= ZEND_COMPILE_HANDLE_OP_ARRAY; in opcache_compile_file()
1821 CG(compiler_options) |= ZEND_COMPILE_IGNORE_INTERNAL_CLASSES; in opcache_compile_file()
1822 CG(compiler_options) |= ZEND_COMPILE_DELAYED_BINDING; in opcache_compile_file()
1823 CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION; in opcache_compile_file()
1824 CG(compiler_options) |= ZEND_COMPILE_IGNORE_OTHER_FILES; in opcache_compile_file()
1825 CG(compiler_options) |= ZEND_COMPILE_IGNORE_OBSERVER; in opcache_compile_file()
1827 CG(compiler_options) |= ZEND_COMPILE_WITH_FILE_CACHE; in opcache_compile_file()
1830 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()
1834 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()
4368 orig_compiler_options = CG(compiler_options);
4370 CG(compiler_options) |= ZEND_COMPILE_PRELOAD_IN_CHILD;
4372 CG(compiler_options) |= ZEND_COMPILE_PRELOAD;
4373 CG(compiler_options) |= ZEND_COMPILE_HANDLE_OP_ARRAY;
4374 CG(compiler_options) |= ZEND_COMPILE_DELAYED_BINDING;
4375 CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION;
4376 CG(compiler_options) |= ZEND_COMPILE_IGNORE_OTHER_FILES;
4562 CG(compiler_options) = orig_compiler_options;