#include "php.h"
#include "phpdbg.h"
#include "phpdbg_utils.h"
#include "phpdbg_info.h"
#include "phpdbg_bp.h"
#include "phpdbg_prompt.h"
Go to the source code of this file.
◆ PHPDBG_INFO_COMMAND_D
Value:
#define PHPDBG_COMMAND_D_EXP(name, tip, alias, handler, children, args, parent, flags)
const phpdbg_command_t phpdbg_prompt_commands[]
Definition at line 28 of file phpdbg_info.c.
◆ VARIABLEINFO [1/2]
Value:
"%-18p %-7d %-9s %.*s" msg, &
data->value, \
#define phpdbg_writeln(strfmt,...)
ZEND_API const char * zend_get_type_by_const(int type)
#define Z_REFCOUNTED(zval)
◆ VARIABLEINFO [2/2]
Value:
#define Z_REFCOUNTED_P(zval_p)
◆ if() [1/8]
◆ if() [2/8]
if |
( |
EG(zend_constants) | | ) |
|
◆ if() [3/8]
◆ if() [4/8]
if |
( |
in_executor|| | PHPDBG_Gops | ) |
|
◆ if() [5/8]
◆ if() [6/8]
◆ if() [7/8]
◆ if() [8/8]
if |
( |
zend_hash_num_elements & | consts | ) |
|
◆ phpdbg_end_try_access()
phpdbg_end_try_access |
( |
| ) |
|
◆ phpdbg_notice() [1/3]
phpdbg_notice |
( |
"User Classes (%d)" | , |
|
|
zend_hash_num_elements & | classes ) |
◆ phpdbg_notice() [2/3]
phpdbg_notice |
( |
"User Functions (%d)" | , |
|
|
zend_hash_num_elements & | functions ) |
◆ phpdbg_notice() [3/3]
phpdbg_notice |
( |
"User-defined constants (%d)" | , |
|
|
zend_hash_num_elements & | consts ) |
◆ phpdbg_print_breakpoints() [1/8]
◆ phpdbg_print_breakpoints() [2/8]
◆ phpdbg_print_breakpoints() [3/8]
◆ phpdbg_print_breakpoints() [4/8]
◆ phpdbg_print_breakpoints() [5/8]
◆ phpdbg_print_breakpoints() [6/8]
◆ phpdbg_print_breakpoints() [7/8]
◆ phpdbg_print_breakpoints() [8/8]
◆ classes
Initial value:{
struct _zend_class_entry zend_class_entry
Definition at line 385 of file phpdbg_info.c.
◆ consts
◆ data
Initial value:{
struct _zend_array HashTable
Definition at line 102 of file phpdbg_info.c.
◆ else
Initial value:{
#define phpdbg_error(strfmt,...)
Definition at line 334 of file phpdbg_info.c.
◆ functions
Initial value:{
union _zend_function zend_function
Definition at line 434 of file phpdbg_info.c.
◆ is_mm
◆ orig_heap
◆ phpdbg_catch_access
◆ phpdbg_info_commands
Initial value:= {
}
#define PHPDBG_END_COMMAND
#define PHPDBG_ASYNC_SAFE
#define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s, flags)
Definition at line 31 of file phpdbg_info.c.
◆ phpdbg_try_access
Initial value:{
phpdbg_notice(
"Included files: %d", zend_hash_num_elements(&
EG(included_files)))
#define phpdbg_notice(strfmt,...)
Definition at line 64 of file phpdbg_info.c.
◆ SUCCESS