Searched refs:method_prototype (Results 1 – 1 of 1) sorted by relevance
605 zend_string *method_prototype = zend_get_function_declaration(parent); in do_inheritance_check_on_method() local623 …f %s %s be compatible with %s", ZSTR_VAL(child_prototype), error_verb, ZSTR_VAL(method_prototype)); in do_inheritance_check_on_method()625 zend_string_free(method_prototype); in do_inheritance_check_on_method()
Completed in 12 milliseconds