Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_observer.c97 static inline spl_SplObjectStorage *spl_object_storage_from_obj(zend_object *obj) /* {{{ */ { in spl_object_storage_from_obj() function
102 #define Z_SPLOBJSTORAGE_P(zv) spl_object_storage_from_obj(Z_OBJ_P((zv)))
106 spl_SplObjectStorage *intern = spl_object_storage_from_obj(object); in spl_SplObjectStorage_free_storage()

Completed in 8 milliseconds