1<?php 2 3/** @generate-class-entries */ 4 5function opcache_reset(): bool {} 6 7/** 8 * @return array<string, mixed>|false 9 * @refcount 1 10 */ 11function opcache_get_status(bool $include_scripts = true): array|false {} 12 13function opcache_compile_file(string $filename): bool {} 14 15function opcache_invalidate(string $filename, bool $force = false): bool {} 16 17/** 18 * @return array<string, mixed>|false 19 * @refcount 1 20 */ 21function opcache_get_configuration(): array|false {} 22 23function opcache_is_script_cached(string $filename): bool {} 24