other_fn 3967 Zend/zend_compile.c static zend_bool zend_traits_method_compatibility_check(zend_function *fn, zend_function *other_fn TSRMLS_DC) /* {{{ */ other_fn 3970 Zend/zend_compile.c zend_uint other_flags = other_fn->common.scope->ce_flags; other_fn 3972 Zend/zend_compile.c return zend_do_perform_implementation_check(fn, other_fn TSRMLS_CC) other_fn 3973 Zend/zend_compile.c && ((other_fn->common.scope->ce_flags & ZEND_ACC_INTERFACE) || zend_do_perform_implementation_check(other_fn, fn TSRMLS_CC))