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

Go to the source code of this file.

Macros

#define PHPDBG_SET(name)
 

Functions

 PHPDBG_SET (prompt)
 
 PHPDBG_SET (color)
 
 PHPDBG_SET (colors)
 
 PHPDBG_SET (break)
 
 PHPDBG_SET (breaks)
 
 PHPDBG_SET (quiet)
 
 PHPDBG_SET (stepping)
 
 PHPDBG_SET (refcount)
 
 PHPDBG_SET (pagination)
 
 PHPDBG_SET (lines)
 

Variables

const phpdbg_command_t phpdbg_set_commands []
 

Macro Definition Documentation

◆ PHPDBG_SET

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

Definition at line 24 of file phpdbg_set.h.

Function Documentation

◆ PHPDBG_SET() [1/10]

PHPDBG_SET ( break )

◆ PHPDBG_SET() [2/10]

PHPDBG_SET ( breaks )

◆ PHPDBG_SET() [3/10]

PHPDBG_SET ( color )

◆ PHPDBG_SET() [4/10]

PHPDBG_SET ( colors )

◆ PHPDBG_SET() [5/10]

PHPDBG_SET ( lines )

◆ PHPDBG_SET() [6/10]

PHPDBG_SET ( pagination )

◆ PHPDBG_SET() [7/10]

PHPDBG_SET ( prompt )

◆ PHPDBG_SET() [8/10]

PHPDBG_SET ( quiet )

◆ PHPDBG_SET() [9/10]

PHPDBG_SET ( refcount )

◆ PHPDBG_SET() [10/10]

PHPDBG_SET ( stepping )

Variable Documentation

◆ phpdbg_set_commands

const phpdbg_command_t phpdbg_set_commands[]
extern

Definition at line 31 of file phpdbg_set.c.