php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
phpdbg.stub.php File Reference

Go to the source code of this file.

Functions

 phpdbg_break_next ()
 
 phpdbg_break_file (string $file, int $line)
 
 phpdbg_break_method (string $class, string $method)
 
 phpdbg_break_function (string $function)
 
 phpdbg_color (int $element, string $color)
 
 phpdbg_prompt (string $string)
 
 phpdbg_exec (string $context)
 
 phpdbg_clear ()
 
 phpdbg_start_oplog ()
 
 phpdbg_end_oplog (array $options=[])
 
 phpdbg_get_executable (array $options=[])
 

Variables

const PHPDBG_VERSION = UNKNOWN
 
const PHPDBG_COLOR_PROMPT = UNKNOWN
 
const PHPDBG_COLOR_NOTICE = UNKNOWN
 
const PHPDBG_COLOR_ERROR = UNKNOWN
 

Function Documentation

◆ phpdbg_break_file()

phpdbg_break_file ( string $file,
int $line )

Definition at line 29 of file phpdbg.stub.php.

◆ phpdbg_break_function()

phpdbg_break_function ( string $function)

Definition at line 33 of file phpdbg.stub.php.

◆ phpdbg_break_method()

phpdbg_break_method ( string $class,
string $method )

Definition at line 31 of file phpdbg.stub.php.

◆ phpdbg_break_next()

phpdbg_break_next ( )

Definition at line 27 of file phpdbg.stub.php.

◆ phpdbg_clear()

phpdbg_clear ( )

Definition at line 41 of file phpdbg.stub.php.

◆ phpdbg_color()

phpdbg_color ( int $element,
string $color )

Definition at line 35 of file phpdbg.stub.php.

◆ phpdbg_end_oplog()

phpdbg_end_oplog ( array $options = [])

Definition at line 45 of file phpdbg.stub.php.

◆ phpdbg_exec()

phpdbg_exec ( string $context)

Definition at line 39 of file phpdbg.stub.php.

◆ phpdbg_get_executable()

phpdbg_get_executable ( array $options = [])

Definition at line 47 of file phpdbg.stub.php.

◆ phpdbg_prompt()

phpdbg_prompt ( string $string)

Definition at line 37 of file phpdbg.stub.php.

◆ phpdbg_start_oplog()

phpdbg_start_oplog ( )

Definition at line 43 of file phpdbg.stub.php.

Variable Documentation

◆ PHPDBG_COLOR_ERROR

const PHPDBG_COLOR_ERROR = UNKNOWN

Definition at line 25 of file phpdbg.stub.php.

◆ PHPDBG_COLOR_NOTICE

const PHPDBG_COLOR_NOTICE = UNKNOWN

Definition at line 20 of file phpdbg.stub.php.

◆ PHPDBG_COLOR_PROMPT

const PHPDBG_COLOR_PROMPT = UNKNOWN

Definition at line 15 of file phpdbg.stub.php.

◆ PHPDBG_VERSION

const PHPDBG_VERSION = UNKNOWN

Definition at line 9 of file phpdbg.stub.php.