summaryrefslogtreecommitdiff
path: root/ext/opcache/opcache.stub.php
blob: a60f2376421e391981b0315c4aa92a00daafdba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

function opcache_reset(): bool {}

function opcache_get_status(bool $fetch_scripts = true): array|false {}

function opcache_compile_file(string $file): bool {}

function opcache_invalidate(string $script, bool $force = false): bool {}

function opcache_get_configuration(): array|false {}

function opcache_is_script_cached(string $script): bool {}