Lines Matching refs:type

87 		if (func->type == ZEND_INTERNAL_FUNCTION) {  in zend_valid_closure_binding()
99 if (scope && scope != func->common.scope && scope->type == ZEND_INTERNAL_CLASS) { in zend_valid_closure_binding()
151 …memcpy(&my_function, &closure->func, closure->func.type == ZEND_USER_FUNCTION ? sizeof(zend_op_arr… in ZEND_METHOD()
155 if (closure->func.type == ZEND_INTERNAL_FUNCTION) { in ZEND_METHOD()
161 if (ZEND_USER_CODE(my_function.type) in ZEND_METHOD()
193 } else if (ZEND_USER_CODE(my_function.type) in ZEND_METHOD()
316 call.type = ZEND_INTERNAL_FUNCTION; in zend_create_closure_from_callable()
396 invoke->type = ZEND_INTERNAL_FUNCTION; in zend_get_closure_invoke_method()
399 …if (closure->func.type != ZEND_INTERNAL_FUNCTION || (closure->func.common.fn_flags & ZEND_ACC_USER… in zend_get_closure_invoke_method()
435 static ZEND_COLD zval *zend_closure_read_property(zval *object, zval *member, int type, void **cach… in zend_closure_read_property() argument
449 static ZEND_COLD zval *zend_closure_get_property_ptr_ptr(zval *object, zval *member, int type, void… in zend_closure_get_property_ptr_ptr() argument
477 if (closure->func.type == ZEND_USER_FUNCTION) { in zend_closure_free_storage()
536 …zend_bool zstr_args = (closure->func.type == ZEND_USER_FUNCTION) || (closure->func.common.fn_flags… in zend_closure_get_debug_info()
542 if (closure->func.type == ZEND_USER_FUNCTION && closure->func.op_array.static_variables) { in zend_closure_get_debug_info()
608 return (closure->func.type == ZEND_USER_FUNCTION) ? in zend_closure_get_gc()
701 if (func->type == ZEND_USER_FUNCTION) { in zend_create_closure()