Lines Matching refs:compiler_options

1106 		(ce->ce_flags & ZEND_ACC_PRELOADED) && !(CG(compiler_options) & ZEND_COMPILE_PRELOAD);  in zend_bind_class_in_slot()
1460 && !(CG(compiler_options) & ZEND_COMPILE_NO_PERSISTENT_CONSTANT_SUBSTITUTION) in can_ct_eval_const()
1462 && (CG(compiler_options) & ZEND_COMPILE_WITH_FILE_CACHE))) { in can_ct_eval_const()
1466 && !(CG(compiler_options) & ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION)) { in can_ct_eval_const()
1469 && !(CG(compiler_options) & ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION) in can_ct_eval_const()
1674 …} else if (fetch_type == ZEND_FETCH_CLASS_DEFAULT && !(CG(compiler_options) & ZEND_COMPILE_NO_CONS… in zend_try_ct_eval_class_const()
1685 if (CG(compiler_options) & ZEND_COMPILE_NO_PERSISTENT_CONSTANT_SUBSTITUTION) { in zend_try_ct_eval_class_const()
1732 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT)) { in zend_do_extended_stmt()
1746 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_FCALL)) { in zend_do_extended_fcall_begin()
1760 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_FCALL)) { in zend_do_extended_fcall_end()
1852 if (CG(compiler_options) & ZEND_COMPILE_GUARDS) { in zend_initialize_class_data()
3717 …if (fbc->type == ZEND_INTERNAL_FUNCTION && !(CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_F… in zend_get_call_op()
3725 } else if (!(CG(compiler_options) & ZEND_COMPILE_IGNORE_USER_FUNCTIONS)){ in zend_get_call_op()
4006 return CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_CLASSES; in zend_compile_ignore_class()
4008 return (CG(compiler_options) & ZEND_COMPILE_IGNORE_OTHER_FILES) in zend_compile_ignore_class()
4016 return CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_FUNCTIONS; in zend_compile_ignore_function()
4018 return (CG(compiler_options) & ZEND_COMPILE_IGNORE_USER_FUNCTIONS) in zend_compile_ignore_function()
4019 || ((CG(compiler_options) & ZEND_COMPILE_IGNORE_OTHER_FILES) in zend_compile_ignore_function()
4422 if (CG(compiler_options) & ZEND_COMPILE_NO_BUILTINS) { in zend_try_compile_special_func()
5563 if (CG(compiler_options) & ZEND_COMPILE_NO_JUMPTABLES) { in should_use_jumptable()
6882 uint32_t cops = CG(compiler_options); in zend_compile_params()
6883 …CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION | ZEND_COMPILE_NO_PERSISTENT_CONSTAN… in zend_compile_params()
6888 CG(compiler_options) = cops; in zend_compile_params()
7423 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_func_decl()
7948 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_class_decl()
8008 && !(CG(compiler_options) & ZEND_COMPILE_WITHOUT_EXECUTION)) { in zend_compile_class_decl()
8069 && (CG(compiler_options) & ZEND_COMPILE_DELAYED_BINDING) in zend_compile_class_decl()
10175 if ((CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT) && !zend_is_unticked_stmt(ast)) { in zend_compile_stmt()