method_prototype  569 Zend/zend_inheritance.c 			zend_string *method_prototype = zend_get_function_declaration(child->common.prototype);
method_prototype  571 Zend/zend_inheritance.c 			zend_error_noreturn(E_COMPILE_ERROR, "Declaration of %s must be compatible with %s", ZSTR_VAL(child_prototype), ZSTR_VAL(method_prototype));
method_prototype  574 Zend/zend_inheritance.c 		zend_string *method_prototype = zend_get_function_declaration(parent);
method_prototype  576 Zend/zend_inheritance.c 		zend_error(E_WARNING, "Declaration of %s should be compatible with %s", ZSTR_VAL(child_prototype), ZSTR_VAL(method_prototype));
method_prototype  578 Zend/zend_inheritance.c 		zend_string_free(method_prototype);