Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.h341 #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.c2939 CG(active_op_array)->fn_flags |= ZEND_ACC_USES_THIS; in zend_compile_simple_var()
3072 CG(active_op_array)->fn_flags |= ZEND_ACC_USES_THIS; in zend_delayed_compile_prop()
3781 CG(active_op_array)->fn_flags |= ZEND_ACC_USES_THIS; in zend_compile_args()
4894 CG(active_op_array)->fn_flags |= ZEND_ACC_USES_THIS; in zend_compile_method_call()
9874 CG(active_op_array)->fn_flags |= ZEND_ACC_USES_THIS; in zend_compile_isset_or_empty()

Completed in 41 milliseconds