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

/** @generate-function-entries */

function opcache_reset(): bool {}

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

function opcache_compile_file(string $filename): bool {}

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

function opcache_get_configuration(): array|false {}

function opcache_is_script_cached(string $filename): bool {}