Searched defs:_spl_filesystem_object (Results 1 – 1 of 1) sorted by relevance
52 struct _spl_filesystem_object { struct53 void *oth;55 zend_string *path;56 zend_string *orig_path;57 zend_string *file_name;58 SPL_FS_OBJ_TYPE type;59 zend_long flags;60 zend_class_entry *file_class;62 union {89 } u;[all …]
Completed in 6 milliseconds