php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_phpdbg_command_t Struct Reference

#include <phpdbg_cmd.h>

Data Fields

const char * name
 
size_t name_len
 
const char * tip
 
size_t tip_len
 
char alias
 
phpdbg_command_handler_t handler
 
const phpdbg_command_tsubs
 
char * args
 
const phpdbg_command_tparent
 
bool flags
 

Detailed Description

Definition at line 89 of file phpdbg_cmd.h.

Field Documentation

◆ alias

char _phpdbg_command_t::alias

Definition at line 94 of file phpdbg_cmd.h.

◆ args

char* _phpdbg_command_t::args

Definition at line 97 of file phpdbg_cmd.h.

◆ flags

bool _phpdbg_command_t::flags

Definition at line 99 of file phpdbg_cmd.h.

◆ handler

phpdbg_command_handler_t _phpdbg_command_t::handler

Definition at line 95 of file phpdbg_cmd.h.

◆ name

const char* _phpdbg_command_t::name

Definition at line 90 of file phpdbg_cmd.h.

◆ name_len

size_t _phpdbg_command_t::name_len

Definition at line 91 of file phpdbg_cmd.h.

◆ parent

const phpdbg_command_t* _phpdbg_command_t::parent

Definition at line 98 of file phpdbg_cmd.h.

◆ subs

const phpdbg_command_t* _phpdbg_command_t::subs

Definition at line 96 of file phpdbg_cmd.h.

◆ tip

const char* _phpdbg_command_t::tip

Definition at line 92 of file phpdbg_cmd.h.

◆ tip_len

size_t _phpdbg_command_t::tip_len

Definition at line 93 of file phpdbg_cmd.h.


The documentation for this struct was generated from the following file: