We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b48a5c + 1f715f5 commit 31fd34aCopy full SHA for 31fd34a
ext/opcache/tests/gh9968-1.inc
@@ -1,3 +1,3 @@
1
<?php
2
3
-opcache_compile_file('ext/opcache/tests/gh9968-2.inc');
+opcache_compile_file(__DIR__ . '/gh9968-2.inc');
ext/opcache/tests/preload_const_autoload.inc
@@ -4,4 +4,4 @@ spl_autoload_register(function($class) {
4
var_dump($class);
5
new Abc;
6
});
7
-opcache_compile_file('preload_const_autoload_2.inc');
+opcache_compile_file(__DIR__ . '/preload_const_autoload_2.inc');
0 commit comments