other_fn         1028 Zend/zend_inheritance.c static zend_bool zend_traits_method_compatibility_check(zend_function *fn, zend_function *other_fn) /* {{{ */
other_fn         1031 Zend/zend_inheritance.c 	uint32_t other_flags = other_fn->common.scope->ce_flags;
other_fn         1033 Zend/zend_inheritance.c 	return zend_do_perform_implementation_check(fn, other_fn)
other_fn         1034 Zend/zend_inheritance.c 		&& ((other_fn->common.scope->ce_flags & ZEND_ACC_INTERFACE) || zend_do_perform_implementation_check(other_fn, fn))