xref: /unit/test/php/opcache/preload/chdir.php (revision 2054:357dee5c1861)
1<?php
2
3chdir(realpath(__DIR__ . '/..'));
4
5opcache_compile_file('index.php');
6
7?>
8