php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "zend.h"
#include "phpdbg.h"
#include "phpdbg_utils.h"
#include "phpdbg_frame.h"
#include "phpdbg_list.h"
#include "zend_smart_str.h"
Go to the source code of this file.
Functions | |
zend_string * | phpdbg_compile_stackframe (zend_execute_data *ex) |
void | phpdbg_print_cur_frame_info (void) |
void | phpdbg_restore_frame (void) |
void | phpdbg_switch_frame (int frame) |
void | phpdbg_dump_backtrace (size_t num) |
void | phpdbg_open_generator_frame (zend_generator *gen) |
zend_string * phpdbg_compile_stackframe | ( | zend_execute_data * | ex | ) |
Definition at line 53 of file phpdbg_frame.c.
void phpdbg_dump_backtrace | ( | size_t | num | ) |
Definition at line 246 of file phpdbg_frame.c.
void phpdbg_open_generator_frame | ( | zend_generator * | gen | ) |
Definition at line 312 of file phpdbg_frame.c.
Definition at line 92 of file phpdbg_frame.c.
Definition at line 100 of file phpdbg_frame.c.
void phpdbg_switch_frame | ( | int | frame | ) |
Definition at line 119 of file phpdbg_frame.c.