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