53ZEND_API extern
int compiler_globals_id;
54ZEND_API extern
int executor_globals_id;
55ZEND_API extern
size_t compiler_globals_offset;
56ZEND_API extern
size_t executor_globals_offset;
61#define SYMTABLE_CACHE_SIZE 32
63#ifdef ZEND_CHECK_STACK_LIMIT
64# define ZEND_MAX_ALLOWED_STACK_SIZE_UNCHECKED -1
65# define ZEND_MAX_ALLOWED_STACK_SIZE_DETECT 0
162 uint32_t copied_functions_count;
226 OSVERSIONINFOEX windows_version_info;
303#ifdef ZEND_CHECK_STACK_LIMIT
304 zend_call_stack call_stack;
309#ifdef ZEND_MAX_EXECUTION_TIMERS
310 timer_t max_execution_timer_timer;
312 struct sigaction oldact;
320#define EG_FLAGS_INITIAL (0)
321#define EG_FLAGS_IN_SHUTDOWN (1<<0)
322#define EG_FLAGS_OBJECT_STORE_NO_REUSE (1<<1)
323#define EG_FLAGS_IN_RESOURCE_SHUTDOWN (1<<2)
unsigned const char * text
uint32_t compiler_options
zend_string * doc_comment
struct _zend_ini_parser_param * ini_parser_param
HashTable * memoized_exprs
zend_op_array * active_op_array
const zend_encoding ** script_encoding_list
HashTable interned_strings
zend_string * compiled_filename
bool ascii_compatible_locale
size_t script_encoding_list_size
zend_stack loop_var_stack
bool variable_width_locale
zend_file_context file_context
zend_stack short_circuiting_opnums
zend_memoize_mode memoize_mode
bool ini_parser_unbuffered_errors
HashTable * function_table
zend_class_entry * active_class_entry
zend_oparray_context context
HashTable * delayed_autoloads
uint32_t internal_run_time_cache_size
HashTable * delayed_variance_obligations
zend_class_entry * current_linking_class
zend_stack delayed_oplines_stack
void * internal_run_time_cache
HashTable * unlinked_uses
struct _zend_module_entry * current_module
zend_lazy_objects_store lazy_objects_store
zend_stack user_exception_handlers
HashTable persistent_list
zend_error_info ** errors
zend_atomic_bool timed_out
zend_get_gc_buffer get_gc_buffer
zend_fiber_context * main_fiber_context
zend_class_entry * fake_scope
zend_array ** symtable_cache_limit
uint32_t ht_iterators_count
void * reserved[ZEND_MAX_RESERVED_RESOURCES]
zend_ini_entry * error_reporting_ini_entry
zend_array ** symtable_cache_ptr
zend_array * symtable_cache[SYMTABLE_CACHE_SIZE]
struct _zend_execute_data * current_execute_data
zend_error_handling_t error_handling
HashTable * function_table
zend_strtod_state strtod_state
uint32_t persistent_classes_count
zend_objects_store objects_store
const zend_op * opline_before_exception
HashTableIterator ht_iterators_slots[16]
HashTable * modified_ini_directives
zend_stack user_error_handlers
size_t vm_stack_page_size
zend_string * filename_override
int capture_warnings_during_sccp
int user_error_handler_error_reporting
HashTableIterator * ht_iterators
zend_atomic_bool vm_interrupt
HashTable * ini_directives
zend_fiber * active_fiber
zend_long exception_string_param_max_len
uint32_t ht_iterators_used
zend_op call_trampoline_op
zend_fiber_context * current_fiber_context
zend_long timeout_seconds
uint32_t persistent_constants_count
zend_object * prev_exception
zval user_exception_handler
bool exception_ignore_args
zend_long lineno_override
zend_stack user_error_handlers_error_reporting
uint32_t persistent_functions_count
zend_execute_data * current_observed_frame
zend_class_entry * exception_class
HashTable * zend_constants
const unsigned char * yy_cursor
const unsigned char * yy_start
const unsigned char * yy_marker
const unsigned char * yy_text
zend_file_handle * yy_out
const unsigned char * yy_limit
zend_file_handle * yy_out
unsigned char * yy_marker
size_t script_filtered_size
zend_stack nest_location_stack
zend_encoding_filter input_filter
zend_encoding_filter output_filter
void(* on_event)(zend_php_scanner_event event, int token, int line, const char *text, size_t length, void *context)
zend_ptr_stack heredoc_label_stack
const zend_encoding * script_encoding
unsigned char * script_org
unsigned char * yy_cursor
unsigned char * script_filtered
bool heredoc_indentation_uses_spaces
struct _zend_error_info zend_error_info
struct _zend_arena zend_arena
struct zend_atomic_bool_s zend_atomic_bool
struct _zend_oparray_context zend_oparray_context
struct _zend_file_context zend_file_context
struct _zend_op_array zend_op_array
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)
#define XPFPA_CW_DATATYPE
union _zend_function zend_function
struct _zend_fiber_context zend_fiber_context
struct _zend_ini_entry zend_ini_entry
struct _zend_vm_stack * zend_vm_stack
#define SYMTABLE_CACHE_SIZE
struct _zend_fiber zend_fiber
struct _zend_file_handle zend_file_handle
struct _zend_lazy_objects_store zend_lazy_objects_store
struct _zend_llist zend_llist
struct _zend_string zend_string
size_t(* zend_encoding_filter)(unsigned char **str, size_t *str_length, const unsigned char *buf, size_t length)
struct _zend_encoding zend_encoding
struct _zend_objects_store zend_objects_store
#define ZEND_MAX_RESERVED_RESOURCES
struct _zend_array zend_array
struct _zend_class_entry zend_class_entry
struct _zend_object zend_object
struct _zend_ptr_stack zend_ptr_stack
struct _zend_stack zend_stack
struct _zend_strtod_state zend_strtod_state
struct _zend_array HashTable
struct _HashTableIterator HashTableIterator
struct _zend_ast zend_ast
struct _zend_execute_data zend_execute_data