Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_inheritance.c905 zend_string *parent_name, *child_name; in property_types_compatible() local
919 child_name = ZEND_TYPE_IS_CE(child_info->type) in property_types_compatible()
922 if (zend_string_equals_ci(parent_name, child_name)) { in property_types_compatible()
932 : lookup_class(child_info->ce, child_name); in property_types_compatible()

Completed in 11 milliseconds