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

/** @generate-class-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 {}