xref: /PHP-8.4/ext/opcache/opcache.stub.php (revision 654b787e)
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
17function opcache_jit_blacklist(Closure $closure): void {}
18
19/**
20 * @return array<string, mixed>|false
21 * @refcount 1
22 */
23function opcache_get_configuration(): array|false {}
24
25function opcache_is_script_cached(string $filename): bool {}
26