Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_directory.h105 static inline spl_filesystem_object *spl_filesystem_from_obj(zend_object *obj) /* {{{ */ { in spl_filesystem_from_obj() function
110 #define Z_SPLFILESYSTEM_P(zv) spl_filesystem_from_obj(Z_OBJ_P((zv)))
H A Dspl_directory.c75 spl_filesystem_object *intern = spl_filesystem_from_obj(object); in spl_filesystem_object_destroy_object()
109 spl_filesystem_object *intern = spl_filesystem_from_obj(object); in spl_filesystem_object_free_storage()
182 spl_filesystem_object *ret = spl_filesystem_from_obj(spl_filesystem_object_new_ex(class_type)); in spl_filesystem_object_new_check()
358 source = spl_filesystem_from_obj(old_object); in spl_filesystem_object_clone()
360 intern = spl_filesystem_from_obj(new_object); in spl_filesystem_object_clone()
463 intern = spl_filesystem_from_obj(spl_filesystem_object_new_ex(ce)); in spl_filesystem_object_create_info()
507 intern = spl_filesystem_from_obj(spl_filesystem_object_new_ex(ce)); in spl_filesystem_object_create_type()
529 intern = spl_filesystem_from_obj(spl_filesystem_object_new_ex(ce)); in spl_filesystem_object_create_type()
680 spl_filesystem_object *fsobj = spl_filesystem_from_obj(*object); in spl_filesystem_object_get_method_check()

Completed in 14 milliseconds