Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/
H A Dphp_reflection.c174 static inline reflection_object *reflection_object_from_obj(zend_object *obj) { in reflection_object_from_obj() function
178 #define Z_REFLECTION_P(zv) reflection_object_from_obj(Z_OBJ_P((zv)))
222 reflection_object *intern = reflection_object_from_obj(object); in reflection_free_objects_storage()
273 reflection_object *intern = reflection_object_from_obj(obj); in reflection_get_gc()
5300 argument = reflection_object_from_obj(class_obj); in ZEND_METHOD()
5333 argument = reflection_object_from_obj(interface_obj); in ZEND_METHOD()

Completed in 24 milliseconds