blob: 40a51d892a1663119e53d9774c57aa40d3d9dd75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?php
/** @generate-class-entries */
function phpdbg_break_next(): void {}
function phpdbg_break_file(string $file, int $line): void {}
function phpdbg_break_method(string $class, string $method): void {}
function phpdbg_break_function(string $function): void {}
function phpdbg_color(int $element, string $color): void {}
function phpdbg_prompt(string $string): void {}
function phpdbg_exec(string $context): string|bool {}
function phpdbg_clear(): void {}
function phpdbg_start_oplog(): void {}
function phpdbg_end_oplog(array $options = []): ?array {}
function phpdbg_get_executable(array $options = []): array {}
|