1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/sapi/phpdbg/phpdbg.stub.php
Gabriel Caruso 4aabfe911e Revert "Update versions for PHP 8.0.21"
This reverts commit 6eedacdf15.
2022-07-06 12:06:48 +02:00

26 lines
632 B
PHP

<?php
/** @generate-function-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 {}