php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <phpdbg_cmd.h>
Data Fields | |
int | num |
zend_generator * | generator |
zend_execute_data * | execute_data |
Definition at line 109 of file phpdbg_cmd.h.
zend_execute_data* phpdbg_frame_t::execute_data |
Definition at line 112 of file phpdbg_cmd.h.
zend_generator* phpdbg_frame_t::generator |
Definition at line 111 of file phpdbg_cmd.h.
int phpdbg_frame_t::num |
Definition at line 110 of file phpdbg_cmd.h.