Searched refs:other_fn (Results 1 – 1 of 1) sorted by relevance
1085 static zend_bool zend_traits_method_compatibility_check(zend_function *fn, zend_function *other_fn)… in zend_traits_method_compatibility_check() argument1088 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 7 milliseconds