php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
phpdbg_frame.c File Reference
#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_stringphpdbg_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)
 

Function Documentation

◆ phpdbg_compile_stackframe()

zend_string * phpdbg_compile_stackframe ( zend_execute_data * ex)

Definition at line 53 of file phpdbg_frame.c.

◆ phpdbg_dump_backtrace()

void phpdbg_dump_backtrace ( size_t num)

Definition at line 246 of file phpdbg_frame.c.

◆ phpdbg_open_generator_frame()

void phpdbg_open_generator_frame ( zend_generator * gen)

Definition at line 312 of file phpdbg_frame.c.

◆ phpdbg_print_cur_frame_info()

void phpdbg_print_cur_frame_info ( void )

Definition at line 92 of file phpdbg_frame.c.

◆ phpdbg_restore_frame()

void phpdbg_restore_frame ( void )

Definition at line 100 of file phpdbg_frame.c.

◆ phpdbg_switch_frame()

void phpdbg_switch_frame ( int frame)

Definition at line 119 of file phpdbg_frame.c.