php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <zend_compile.h>
Data Fields | |
const zend_op * | opline |
zend_execute_data * | call |
zval * | return_value |
zend_function * | func |
zval | This |
zend_execute_data * | prev_execute_data |
zend_array * | symbol_table |
void ** | run_time_cache |
zend_array * | extra_named_params |
Definition at line 615 of file zend_compile.h.
zend_execute_data* _zend_execute_data::call |
Definition at line 617 of file zend_compile.h.
zend_array* _zend_execute_data::extra_named_params |
Definition at line 624 of file zend_compile.h.
zend_function* _zend_execute_data::func |
Definition at line 619 of file zend_compile.h.
const zend_op* _zend_execute_data::opline |
Definition at line 616 of file zend_compile.h.
zend_execute_data* _zend_execute_data::prev_execute_data |
Definition at line 621 of file zend_compile.h.
zval* _zend_execute_data::return_value |
Definition at line 618 of file zend_compile.h.
void** _zend_execute_data::run_time_cache |
Definition at line 623 of file zend_compile.h.
zend_array* _zend_execute_data::symbol_table |
Definition at line 622 of file zend_compile.h.
zval _zend_execute_data::This |
Definition at line 620 of file zend_compile.h.