Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_inheritance.c1044 const zend_string *unresolved_class = NULL; in emit_incompatible_method_error() local
1045 ZEND_HASH_MAP_FOREACH_STR_KEY(CG(delayed_autoloads), unresolved_class) { in emit_incompatible_method_error()
1048 ZEND_ASSERT(unresolved_class); in emit_incompatible_method_error()
1052 ZSTR_VAL(child_prototype), ZSTR_VAL(parent_prototype), ZSTR_VAL(unresolved_class)); in emit_incompatible_method_error()

Completed in 14 milliseconds