php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "TSRM.h"
Go to the source code of this file.
Functions | |
zend_string * | phpdbg_compile_stackframe (zend_execute_data *) |
void | phpdbg_restore_frame (void) |
void | phpdbg_switch_frame (int) |
void | phpdbg_dump_backtrace (size_t) |
void | phpdbg_open_generator_frame (zend_generator *) |
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 100 of file phpdbg_frame.c.
void phpdbg_switch_frame | ( | int | frame | ) |
Definition at line 119 of file phpdbg_frame.c.