Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.c228 type_reference *type_ref = intern->ptr; in reflection_free_objects_storage() local
229 if (ZEND_TYPE_IS_NAME(type_ref->type)) { in reflection_free_objects_storage()
230 zend_string_release(ZEND_TYPE_NAME(type_ref->type)); in reflection_free_objects_storage()
232 efree(type_ref); in reflection_free_objects_storage()

Completed in 19 milliseconds