Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_inheritance.c1024 zend_string *parent_prototype = zend_get_function_declaration(parent, parent_scope); in emit_incompatible_method_error() local
1037 ZSTR_VAL(child_prototype), ZSTR_VAL(parent_prototype), ZSTR_VAL(unresolved_class)); in emit_incompatible_method_error()
1049 ZSTR_VAL(child_prototype), ZSTR_VAL(parent_prototype)); in emit_incompatible_method_error()
1058 ZSTR_VAL(child_prototype), ZSTR_VAL(parent_prototype)); in emit_incompatible_method_error()
1061 zend_string_efree(parent_prototype); in emit_incompatible_method_error()

Completed in 14 milliseconds