|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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_t * | subs |
| char * | args |
| const phpdbg_command_t * | parent |
| bool | flags |
Definition at line 89 of file phpdbg_cmd.h.
| char _phpdbg_command_t::alias |
Definition at line 94 of file phpdbg_cmd.h.
| char* _phpdbg_command_t::args |
Definition at line 97 of file phpdbg_cmd.h.
| bool _phpdbg_command_t::flags |
Definition at line 99 of file phpdbg_cmd.h.
| phpdbg_command_handler_t _phpdbg_command_t::handler |
Definition at line 95 of file phpdbg_cmd.h.
| const char* _phpdbg_command_t::name |
Definition at line 90 of file phpdbg_cmd.h.
| size_t _phpdbg_command_t::name_len |
Definition at line 91 of file phpdbg_cmd.h.
| const phpdbg_command_t* _phpdbg_command_t::parent |
Definition at line 98 of file phpdbg_cmd.h.
| const phpdbg_command_t* _phpdbg_command_t::subs |
Definition at line 96 of file phpdbg_cmd.h.
| const char* _phpdbg_command_t::tip |
Definition at line 92 of file phpdbg_cmd.h.
| size_t _phpdbg_command_t::tip_len |
Definition at line 93 of file phpdbg_cmd.h.