Searched refs:reflection_object_from_obj (Results 1 – 1 of 1) sorted by relevance
182 static inline reflection_object *reflection_object_from_obj(zend_object *obj) { in reflection_object_from_obj() function186 #define Z_REFLECTION_P(zv) reflection_object_from_obj(Z_OBJ_P((zv)))242 reflection_object *intern = reflection_object_from_obj(object); in reflection_free_objects_storage()287 reflection_object *intern = reflection_object_from_obj(obj); in reflection_get_gc()5406 argument = reflection_object_from_obj(class_obj); in ZEND_METHOD()5439 argument = reflection_object_from_obj(interface_obj); in ZEND_METHOD()
Completed in 39 milliseconds