method_prototype 3609 Zend/zend_compile.c char *method_prototype = zend_get_function_declaration(parent TSRMLS_CC); method_prototype 3610 Zend/zend_compile.c zend_error(E_STRICT, "Declaration of %s::%s() should be compatible with %s", ZEND_FN_SCOPE_NAME(child), child->common.function_name, method_prototype); method_prototype 3611 Zend/zend_compile.c efree(method_prototype);