diff options
| author | Andrei Zeliankou <zelenkov@nginx.com> | 2021-12-11 00:16:59 +0000 |
|---|---|---|
| committer | Andrei Zeliankou <zelenkov@nginx.com> | 2021-12-11 00:16:59 +0000 |
| commit | 4b3efcea0dfcc842fb1a0f62b610652323844d35 (patch) | |
| tree | a890dc7c7c6cbc79e86557d19bfb92d2d4719229 /test/php/opcache/preload/chdir.php | |
| parent | ad843df965f47b5d209603de49d0b3b16938149d (diff) | |
| download | unit-4b3efcea0dfcc842fb1a0f62b610652323844d35.tar.gz unit-4b3efcea0dfcc842fb1a0f62b610652323844d35.tar.bz2 | |
Tests: added more OPcache tests.
Diffstat (limited to 'test/php/opcache/preload/chdir.php')
| -rw-r--r-- | test/php/opcache/preload/chdir.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/php/opcache/preload/chdir.php b/test/php/opcache/preload/chdir.php new file mode 100644 index 00000000..ad75e6ad --- /dev/null +++ b/test/php/opcache/preload/chdir.php @@ -0,0 +1,7 @@ +<?php + +chdir(realpath(__DIR__ . '/..')); + +opcache_compile_file('index.php'); + +?> |
