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

Go to the source code of this file.

Data Structures

struct  _phpdbg_help_text_t
 

Macros

#define PHPDBG_HELP(name)
 
#define phpdbg_help_header()
 
#define phpdbg_help_footer()
 

Typedefs

typedef struct _phpdbg_help_text_t phpdbg_help_text_t
 

Functions

 PHPDBG_HELP (aliases)
 
void phpdbg_do_help_cmd (const char *type)
 

Variables

const phpdbg_command_t phpdbg_help_commands []
 
const phpdbg_help_text_t phpdbg_help_text []
 

Macro Definition Documentation

◆ PHPDBG_HELP

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

Definition at line 26 of file phpdbg_help.h.

◆ phpdbg_help_footer

#define phpdbg_help_footer ( )
Value:
phpdbg_notice("issues", "url=\"%s\"", "Please report bugs to <%s>", PHPDBG_ISSUES);
#define PHPDBG_ISSUES
Definition phpdbg.h:93
#define phpdbg_notice(strfmt,...)
Definition phpdbg_out.h:44

Definition at line 37 of file phpdbg_help.h.

◆ phpdbg_help_header

#define phpdbg_help_header ( )
Value:
phpdbg_notice("version", "version=\"%s\"", "Welcome to phpdbg, the interactive PHP debugger, v%s", PHPDBG_VERSION);
#define PHPDBG_VERSION
Definition phpdbg.h:94

Definition at line 35 of file phpdbg_help.h.

Typedef Documentation

◆ phpdbg_help_text_t

Function Documentation

◆ phpdbg_do_help_cmd()

void phpdbg_do_help_cmd ( const char * type)
extern

Definition at line 203 of file phpdbg_help.c.

◆ PHPDBG_HELP()

PHPDBG_HELP ( aliases )

Helper Forward Declarations

Variable Documentation

◆ phpdbg_help_commands

const phpdbg_command_t phpdbg_help_commands[]
extern

Definition at line 31 of file phpdbg_help.c.

◆ phpdbg_help_text

const phpdbg_help_text_t phpdbg_help_text[]
extern

Definition at line 331 of file phpdbg_help.c.