php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
phpdbg_frame.h File Reference
#include "TSRM.h"

Go to the source code of this file.

Functions

zend_stringphpdbg_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 *)
 

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_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.