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

Go to the source code of this file.

Macros

#define PHPDBG_PRINT(name)
 

Functions

 PHPDBG_PRINT (exec)
 
 PHPDBG_PRINT (opline)
 
 PHPDBG_PRINT (class)
 
 PHPDBG_PRINT (method)
 
 PHPDBG_PRINT (func)
 
 PHPDBG_PRINT (stack)
 
void phpdbg_print_opcodes (const char *function)
 
void phpdbg_print_opline (zend_execute_data *execute_data, bool ignore_flags)
 

Variables

const phpdbg_command_t phpdbg_print_commands []
 

Macro Definition Documentation

◆ PHPDBG_PRINT

#define PHPDBG_PRINT ( name)
Value:
#define PHPDBG_COMMAND(name)
Definition phpdbg_cmd.h:167
zend_string * name

Definition at line 24 of file phpdbg_print.h.

Function Documentation

◆ PHPDBG_PRINT() [1/6]

PHPDBG_PRINT ( class )

◆ PHPDBG_PRINT() [2/6]

PHPDBG_PRINT ( exec )

Printer Forward Declarations

◆ PHPDBG_PRINT() [3/6]

PHPDBG_PRINT ( func )

◆ PHPDBG_PRINT() [4/6]

PHPDBG_PRINT ( method )

◆ PHPDBG_PRINT() [5/6]

PHPDBG_PRINT ( opline )

◆ PHPDBG_PRINT() [6/6]

PHPDBG_PRINT ( stack )

◆ phpdbg_print_opcodes()

void phpdbg_print_opcodes ( const char * function)

Definition at line 321 of file phpdbg_print.c.

◆ phpdbg_print_opline()

void phpdbg_print_opline ( zend_execute_data * execute_data,
bool ignore_flags )

Definition at line 363 of file phpdbg_print.c.

Variable Documentation

◆ phpdbg_print_commands

const phpdbg_command_t phpdbg_print_commands[]
extern

Definition at line 31 of file phpdbg_print.c.