|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <zend_stream.h>
Data Fields | ||
| union { | ||
| FILE * fp | ||
| zend_stream stream | ||
| } | handle | |
| zend_string * | filename | |
| zend_string * | opened_path | |
| uint8_t | type | |
| bool | primary_script | |
| bool | in_list | |
| char * | buf | |
| size_t | len | |
Definition at line 53 of file zend_stream.h.
| char* _zend_file_handle::buf |
Definition at line 63 of file zend_stream.h.
| zend_string* _zend_file_handle::filename |
Definition at line 58 of file zend_stream.h.
| FILE* _zend_file_handle::fp |
Definition at line 55 of file zend_stream.h.
| union { ... } _zend_file_handle::handle |
| bool _zend_file_handle::in_list |
Definition at line 62 of file zend_stream.h.
| size_t _zend_file_handle::len |
Definition at line 64 of file zend_stream.h.
| zend_string* _zend_file_handle::opened_path |
Definition at line 59 of file zend_stream.h.
| bool _zend_file_handle::primary_script |
Definition at line 61 of file zend_stream.h.
| zend_stream _zend_file_handle::stream |
Definition at line 56 of file zend_stream.h.
| uint8_t _zend_file_handle::type |
Definition at line 60 of file zend_stream.h.