Searched refs:ZEND_ACC_USES_THIS (Results 1 – 3 of 3) sorted by relevance
330 #define ZEND_ACC_USES_THIS (1 << 17) /* | X | | */ macro
97 && (func->common.fn_flags & ZEND_ACC_USES_THIS)) { in zend_valid_closure_binding()
2921 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