phpdbg.stub.php 629 B

12345678910111213141516171819202122232425
  1. <?php
  2. /** @generate-class-entries */
  3. function phpdbg_break_next(): void {}
  4. function phpdbg_break_file(string $file, int $line): void {}
  5. function phpdbg_break_method(string $class, string $method): void {}
  6. function phpdbg_break_function(string $function): void {}
  7. function phpdbg_color(int $element, string $color): void {}
  8. function phpdbg_prompt(string $string): void {}
  9. function phpdbg_exec(string $context): string|bool {}
  10. function phpdbg_clear(): void {}
  11. function phpdbg_start_oplog(): void {}
  12. function phpdbg_end_oplog(array $options = []): ?array {}
  13. function phpdbg_get_executable(array $options = []): array {}