php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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 [] |
Definition at line 24 of file phpdbg_print.h.
PHPDBG_PRINT | ( | class | ) |
PHPDBG_PRINT | ( | exec | ) |
Printer Forward Declarations
PHPDBG_PRINT | ( | func | ) |
PHPDBG_PRINT | ( | method | ) |
PHPDBG_PRINT | ( | opline | ) |
PHPDBG_PRINT | ( | stack | ) |
void phpdbg_print_opcodes | ( | const char * | function | ) |
Definition at line 321 of file phpdbg_print.c.
void phpdbg_print_opline | ( | zend_execute_data * | execute_data, |
bool | ignore_flags ) |
Definition at line 363 of file phpdbg_print.c.
|
extern |
Definition at line 31 of file phpdbg_print.c.