Searched refs:spl_filesystem_from_obj (Results 1 – 2 of 2) sorted by relevance
107 static inline spl_filesystem_object *spl_filesystem_from_obj(zend_object *obj) /* {{{ */ { in spl_filesystem_from_obj() function112 #define Z_SPLFILESYSTEM_P(zv) spl_filesystem_from_obj(Z_OBJ_P((zv)))
77 spl_filesystem_object *intern = spl_filesystem_from_obj(object); in spl_filesystem_object_free_storage()166 spl_filesystem_object *ret = spl_filesystem_from_obj(spl_filesystem_object_new_ex(class_type)); in spl_filesystem_object_new_check()333 source = spl_filesystem_from_obj(old_object); in spl_filesystem_object_clone()335 intern = spl_filesystem_from_obj(new_object); in spl_filesystem_object_clone()439 intern = spl_filesystem_from_obj(spl_filesystem_object_new_ex(ce)); in spl_filesystem_object_create_info()483 intern = spl_filesystem_from_obj(spl_filesystem_object_new_ex(ce)); in spl_filesystem_object_create_type()505 intern = spl_filesystem_from_obj(spl_filesystem_object_new_ex(ce)); in spl_filesystem_object_create_type()658 spl_filesystem_object *fsobj = spl_filesystem_from_obj(*object); in spl_filesystem_object_get_method_check()
Completed in 18 milliseconds