child_prototype   570 Zend/zend_inheritance.c 			zend_string *child_prototype = zend_get_function_declaration(child);
child_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));
child_prototype   575 Zend/zend_inheritance.c 		zend_string *child_prototype = zend_get_function_declaration(child);
child_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));
child_prototype   577 Zend/zend_inheritance.c 		zend_string_free(child_prototype);