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.
1 parent 19363de commit 527bf4dCopy full SHA for 527bf4d
run-tests.php
@@ -273,6 +273,9 @@ function write_information($show_html)
273
$phpdbg_info = '';
274
}
275
276
+ if (function_exists('opcache_invalidate')) {
277
+ opcache_invalidate($info_file, true);
278
+ }
279
@unlink($info_file);
280
281
// load list of enabled extensions
@@ -293,6 +296,9 @@ function write_information($show_html)
293
296
294
297
295
298
299
300
301
302
303
304
// Write test context information.
0 commit comments