Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_inheritance.c1085 static zend_bool zend_traits_method_compatibility_check(zend_function *fn, zend_function *other_fn)… in zend_traits_method_compatibility_check() argument
1088 uint32_t other_flags = other_fn->common.scope->ce_flags; in zend_traits_method_compatibility_check()
1090 return zend_do_perform_implementation_check(fn, other_fn) in zend_traits_method_compatibility_check()

Completed in 8 milliseconds