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

#include <zend_compile.h>

Data Fields

zend_declarables declarables
 
zend_stringcurrent_namespace
 
bool in_namespace
 
bool has_bracketed_namespaces
 
HashTableimports
 
HashTableimports_function
 
HashTableimports_const
 
HashTable seen_symbols
 

Detailed Description

Definition at line 110 of file zend_compile.h.

Field Documentation

◆ current_namespace

zend_string* _zend_file_context::current_namespace

Definition at line 113 of file zend_compile.h.

◆ declarables

zend_declarables _zend_file_context::declarables

Definition at line 111 of file zend_compile.h.

◆ has_bracketed_namespaces

bool _zend_file_context::has_bracketed_namespaces

Definition at line 115 of file zend_compile.h.

◆ imports

HashTable* _zend_file_context::imports

Definition at line 117 of file zend_compile.h.

◆ imports_const

HashTable* _zend_file_context::imports_const

Definition at line 119 of file zend_compile.h.

◆ imports_function

HashTable* _zend_file_context::imports_function

Definition at line 118 of file zend_compile.h.

◆ in_namespace

bool _zend_file_context::in_namespace

Definition at line 114 of file zend_compile.h.

◆ seen_symbols

HashTable _zend_file_context::seen_symbols

Definition at line 121 of file zend_compile.h.


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