Lines Matching defs:_spl_filesystem_object
51 struct _spl_filesystem_object { struct
52 void *oth;
53 const spl_other_handler *oth_handler;
54 zend_string *path;
55 zend_string *orig_path;
56 zend_string *file_name;
57 SPL_FS_OBJ_TYPE type;
58 zend_long flags;
59 zend_class_entry *file_class;
60 zend_class_entry *info_class;
61 union {
87 } u;
88 zend_object std;