Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/
H A Dphp_reflection.c235 type_reference *type_ref = intern->ptr; in reflection_free_objects_storage() local
236 if (ZEND_TYPE_HAS_NAME(type_ref->type)) { in reflection_free_objects_storage()
237 zend_string_release(ZEND_TYPE_NAME(type_ref->type)); in reflection_free_objects_storage()
239 efree(type_ref); in reflection_free_objects_storage()

Completed in 32 milliseconds