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

#include <zend_compile.h>

Data Fields

const zend_opopline
 
zend_execute_datacall
 
zvalreturn_value
 
zend_functionfunc
 
zval This
 
zend_execute_dataprev_execute_data
 
zend_arraysymbol_table
 
void ** run_time_cache
 
zend_arrayextra_named_params
 

Detailed Description

Definition at line 615 of file zend_compile.h.

Field Documentation

◆ call

zend_execute_data* _zend_execute_data::call

Definition at line 617 of file zend_compile.h.

◆ extra_named_params

zend_array* _zend_execute_data::extra_named_params

Definition at line 624 of file zend_compile.h.

◆ func

zend_function* _zend_execute_data::func

Definition at line 619 of file zend_compile.h.

◆ opline

const zend_op* _zend_execute_data::opline

Definition at line 616 of file zend_compile.h.

◆ prev_execute_data

zend_execute_data* _zend_execute_data::prev_execute_data

Definition at line 621 of file zend_compile.h.

◆ return_value

zval* _zend_execute_data::return_value

Definition at line 618 of file zend_compile.h.

◆ run_time_cache

void** _zend_execute_data::run_time_cache

Definition at line 623 of file zend_compile.h.

◆ symbol_table

zend_array* _zend_execute_data::symbol_table

Definition at line 622 of file zend_compile.h.

◆ This

zval _zend_execute_data::This

Definition at line 620 of file zend_compile.h.


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