Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_compile.c3112 static zend_bool zend_do_perform_implementation_check(const zend_function *fe, const zend_function … in zend_do_perform_implementation_check() function
3465 if (!zend_do_perform_implementation_check(child, child->common.prototype TSRMLS_CC)) { in do_inheritance_check_on_method()
3469 if (!zend_do_perform_implementation_check(child, parent TSRMLS_CC)) { in do_inheritance_check_on_method()
3833 return zend_do_perform_implementation_check(fn, other_fn TSRMLS_CC) in zend_traits_method_compatibility_check()
3834 …other_fn->common.scope->ce_flags & ZEND_ACC_INTERFACE) || zend_do_perform_implementation_check(oth… in zend_traits_method_compatibility_check()

Completed in 24 milliseconds