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

#include <phpdbg_cmd.h>

Data Fields

int num
 
zend_generatorgenerator
 
zend_execute_dataexecute_data
 

Detailed Description

Definition at line 109 of file phpdbg_cmd.h.

Field Documentation

◆ execute_data

zend_execute_data* phpdbg_frame_t::execute_data

Definition at line 112 of file phpdbg_cmd.h.

◆ generator

zend_generator* phpdbg_frame_t::generator

Definition at line 111 of file phpdbg_cmd.h.

◆ num

int phpdbg_frame_t::num

Definition at line 110 of file phpdbg_cmd.h.


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