php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
phpdbg.stub.php
Go to the documentation of this file.
1<?php
2
4
9const PHPDBG_VERSION = UNKNOWN;
10
15const PHPDBG_COLOR_PROMPT = UNKNOWN;
20const PHPDBG_COLOR_NOTICE = UNKNOWN;
25const PHPDBG_COLOR_ERROR = UNKNOWN;
26
27function phpdbg_break_next(): void {}
28
29function phpdbg_break_file(string $file, int $line): void {}
30
31function phpdbg_break_method(string $class, string $method): void {}
32
33function phpdbg_break_function(string $function): void {}
34
35function phpdbg_color(int $element, string $color): void {}
36
37function phpdbg_prompt(string $string): void {}
38
39function phpdbg_exec(string $context): string|bool {}
40
42
44
45function phpdbg_end_oplog(array $options = []): ?array {}
46
$file
Definition encryption.php:9
if(PHP_SAPI !='cli') if($argc< 1) $options
Definition ext_skel.php:376
#define PHPDBG_VERSION
Definition phpdbg.h:94
phpdbg_break_next()
phpdbg_clear()
phpdbg_break_function(string $function)
phpdbg_prompt(string $string)
phpdbg_exec(string $context)
phpdbg_break_method(string $class, string $method)
phpdbg_start_oplog()
phpdbg_end_oplog(array $options=[])
phpdbg_get_executable(array $options=[])
phpdbg_color(int $element, string $color)
phpdbg_break_file(string $file, int $line)
#define PHPDBG_COLOR_PROMPT
#define PHPDBG_COLOR_NOTICE
#define PHPDBG_COLOR_ERROR
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)
function(EX_VAR(opline->result.var))