php-src/ext/opcache/tests/gh9968-1.inc
Thomas Gerbet 1f715f5658
Use absolute paths in OPCache tests when calling opcache_compile_file()
This make sure the tests do not fail if they are not run from the
repository root.

Closes GH-10266

Signed-off-by: George Peter Banyard <girgias@php.net>
2023-01-12 15:47:24 +00:00

4 lines
56 B
PHP

<?php
opcache_compile_file(__DIR__ . '/gh9968-2.inc');