Home
last modified time | relevance | path

Searched defs:_zend_file_handle (Results 1 – 1 of 1) sorted by relevance

/php-src/Zend/
H A Dzend_stream.h53 typedef struct _zend_file_handle { struct
54 union {
57 } handle;
58 zend_string *filename;
59 zend_string *opened_path;
60 uint8_t type; /* packed zend_stream_type */
61 bool primary_script;
62 bool in_list; /* added into CG(open_file) */
63 char *buf;
64 size_t len;

Completed in 5 milliseconds