Lines Matching refs:compiler_options
1316 (ce->ce_flags & ZEND_ACC_PRELOADED) && !(CG(compiler_options) & ZEND_COMPILE_PRELOAD); in zend_bind_class_in_slot()
1664 && !(CG(compiler_options) & ZEND_COMPILE_NO_PERSISTENT_CONSTANT_SUBSTITUTION) in can_ct_eval_const()
1666 && (CG(compiler_options) & ZEND_COMPILE_WITH_FILE_CACHE))) { in can_ct_eval_const()
1670 && !(CG(compiler_options) & ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION)) { in can_ct_eval_const()
1673 && !(CG(compiler_options) & ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION) in can_ct_eval_const()
1880 …} else if (fetch_type == ZEND_FETCH_CLASS_DEFAULT && !(CG(compiler_options) & ZEND_COMPILE_NO_CONS… in zend_try_ct_eval_class_const()
1891 if (CG(compiler_options) & ZEND_COMPILE_NO_PERSISTENT_CONSTANT_SUBSTITUTION) { in zend_try_ct_eval_class_const()
1938 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT)) { in zend_do_extended_stmt()
1952 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_FCALL)) { in zend_do_extended_fcall_begin()
1966 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_FCALL)) { in zend_do_extended_fcall_end()
2058 if (CG(compiler_options) & ZEND_COMPILE_GUARDS) { in zend_initialize_class_data()
3936 …if (fbc->type == ZEND_INTERNAL_FUNCTION && !(CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_F… in zend_get_call_op()
3944 } else if (!(CG(compiler_options) & ZEND_COMPILE_IGNORE_USER_FUNCTIONS)){ in zend_get_call_op()
4216 return CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_CLASSES; in zend_compile_ignore_class()
4218 return (CG(compiler_options) & ZEND_COMPILE_IGNORE_OTHER_FILES) in zend_compile_ignore_class()
4226 return CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_FUNCTIONS; in zend_compile_ignore_function()
4228 return (CG(compiler_options) & ZEND_COMPILE_IGNORE_USER_FUNCTIONS) in zend_compile_ignore_function()
4229 || ((CG(compiler_options) & ZEND_COMPILE_IGNORE_OTHER_FILES) in zend_compile_ignore_function()
5034 if (CG(compiler_options) & ZEND_COMPILE_NO_BUILTINS) { in zend_try_compile_special_func()
6232 if (CG(compiler_options) & ZEND_COMPILE_NO_JUMPTABLES) { in should_use_jumptable()
7643 uint32_t cops = CG(compiler_options); in zend_compile_params()
7644 …CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION | ZEND_COMPILE_NO_PERSISTENT_CONSTAN… in zend_compile_params()
7649 CG(compiler_options) = cops; in zend_compile_params()
8260 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_func_decl_ex()
9064 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_class_decl()
9124 && !(CG(compiler_options) & ZEND_COMPILE_WITHOUT_EXECUTION)) { in zend_compile_class_decl()
9196 && (CG(compiler_options) & ZEND_COMPILE_DELAYED_BINDING) in zend_compile_class_decl()
11322 if ((CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT) && !zend_is_unticked_stmt(ast)) { in zend_compile_stmt()