opcache.stub.php 521 B

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