|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
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 |
| phpdbg_break_file | ( | string | $file, |
| int | $line ) |
Definition at line 29 of file phpdbg.stub.php.
| phpdbg_break_function | ( | string | $function | ) |
Definition at line 33 of file phpdbg.stub.php.
| phpdbg_break_method | ( | string | $class, |
| string | $method ) |
Definition at line 31 of file phpdbg.stub.php.
| phpdbg_break_next | ( | ) |
Definition at line 27 of file phpdbg.stub.php.
| phpdbg_clear | ( | ) |
Definition at line 41 of file phpdbg.stub.php.
| phpdbg_color | ( | int | $element, |
| string | $color ) |
Definition at line 35 of file phpdbg.stub.php.
| phpdbg_end_oplog | ( | array | $options = [] | ) |
Definition at line 45 of file phpdbg.stub.php.
| phpdbg_exec | ( | string | $context | ) |
Definition at line 39 of file phpdbg.stub.php.
| phpdbg_get_executable | ( | array | $options = [] | ) |
Definition at line 47 of file phpdbg.stub.php.
| phpdbg_prompt | ( | string | $string | ) |
Definition at line 37 of file phpdbg.stub.php.
| phpdbg_start_oplog | ( | ) |
Definition at line 43 of file phpdbg.stub.php.
| const PHPDBG_COLOR_ERROR = UNKNOWN |
Definition at line 25 of file phpdbg.stub.php.
| const PHPDBG_COLOR_NOTICE = UNKNOWN |
Definition at line 20 of file phpdbg.stub.php.
| const PHPDBG_COLOR_PROMPT = UNKNOWN |
Definition at line 15 of file phpdbg.stub.php.
| const PHPDBG_VERSION = UNKNOWN |
Definition at line 9 of file phpdbg.stub.php.