Home
last modified time | relevance | path

Searched refs:ZEND_ACC_USES_THIS (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_compile.h330 #define ZEND_ACC_USES_THIS (1 << 17) /* | X | | */ macro
H A Dzend_closures.c97 && (func->common.fn_flags & ZEND_ACC_USES_THIS)) { in zend_valid_closure_binding()
H A Dzend_compile.c2921 CG(active_op_array)->fn_flags |= ZEND_ACC_USES_THIS; in zend_compile_simple_var()
3054 CG(active_op_array)->fn_flags |= ZEND_ACC_USES_THIS; in zend_delayed_compile_prop()
3760 CG(active_op_array)->fn_flags |= ZEND_ACC_USES_THIS; in zend_compile_args()
4718 CG(active_op_array)->fn_flags |= ZEND_ACC_USES_THIS; in zend_compile_method_call()
9653 CG(active_op_array)->fn_flags |= ZEND_ACC_USES_THIS; in zend_compile_isset_or_empty()

Completed in 43 milliseconds