Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_inheritance.c979 zend_string *child_prototype = zend_get_function_declaration(child, child_scope); in emit_incompatible_method_error() local
990 ZSTR_VAL(child_prototype), ZSTR_VAL(parent_prototype), ZSTR_VAL(unresolved_class)); in emit_incompatible_method_error()
1002 ZSTR_VAL(child_prototype), ZSTR_VAL(parent_prototype)); in emit_incompatible_method_error()
1011 ZSTR_VAL(child_prototype), ZSTR_VAL(parent_prototype)); in emit_incompatible_method_error()
1013 zend_string_efree(child_prototype); in emit_incompatible_method_error()

Completed in 11 milliseconds