1<?php 2 3/** @generate-function-entries */ 4 5function opcache_reset(): bool {} 6 7function opcache_get_status(bool $include_scripts = true): array|false {} 8 9function opcache_compile_file(string $filename): bool {} 10 11function opcache_invalidate(string $filename, bool $force = false): bool {} 12 13function opcache_get_configuration(): array|false {} 14 15function opcache_is_script_cached(string $filename): bool {} 16