summaryrefslogtreecommitdiffhomepage
path: root/test/php/opcache/preload/chdir.php
blob: ad75e6ad5f04142677b8d3b45cfa49b75cad70cc (plain) (blame)
1
2
3
4
5
6
7
<?php

chdir(realpath(__DIR__ . '/..'));

opcache_compile_file('index.php');

?>