php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_zend_file_handle Struct Reference

#include <zend_stream.h>

Data Fields

union { 
 
   FILE *   fp 
 
   zend_stream   stream 
 
handle 
 
zend_stringfilename
 
zend_stringopened_path
 
uint8_t type
 
bool primary_script
 
bool in_list
 
char * buf
 
size_t len
 

Detailed Description

Definition at line 53 of file zend_stream.h.

Field Documentation

◆ buf

char* _zend_file_handle::buf

Definition at line 63 of file zend_stream.h.

◆ filename

zend_string* _zend_file_handle::filename

Definition at line 58 of file zend_stream.h.

◆ fp

FILE* _zend_file_handle::fp

Definition at line 55 of file zend_stream.h.

◆ [union]

union { ... } _zend_file_handle::handle

◆ in_list

bool _zend_file_handle::in_list

Definition at line 62 of file zend_stream.h.

◆ len

size_t _zend_file_handle::len

Definition at line 64 of file zend_stream.h.

◆ opened_path

zend_string* _zend_file_handle::opened_path

Definition at line 59 of file zend_stream.h.

◆ primary_script

bool _zend_file_handle::primary_script

Definition at line 61 of file zend_stream.h.

◆ stream

zend_stream _zend_file_handle::stream

Definition at line 56 of file zend_stream.h.

◆ type

uint8_t _zend_file_handle::type

Definition at line 60 of file zend_stream.h.


The documentation for this struct was generated from the following file: