Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_inheritance.c1053 static zend_bool zend_traits_method_compatibility_check(zend_function *fn, zend_function *other_fn)… in zend_traits_method_compatibility_check() argument
1056 uint32_t other_flags = other_fn->common.scope->ce_flags; in zend_traits_method_compatibility_check()
1058 return zend_do_perform_implementation_check(fn, other_fn) in zend_traits_method_compatibility_check()
1059 …&& ((other_fn->common.scope->ce_flags & ZEND_ACC_INTERFACE) || zend_do_perform_implementation_chec… in zend_traits_method_compatibility_check()

Completed in 12 milliseconds