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 b7a2d01 commit 789feaaCopy full SHA for 789feaa
tests/end-to-end-with-coverage-driver/warn-when-opcache-enabled/warn-when-opcache-enabled.phpt
@@ -9,7 +9,7 @@ XDEBUG_MODE=coverage
9
<?php declare(strict_types=1);
10
require __DIR__ . '/../_files/skip-if-requires-code-coverage-driver.php';
11
12
-if (!function_exists('opcache_compile_file')) {
+if (!extension_loaded('Zend OPcache')) {
13
echo 'skip, opcache extension is not loaded';
14
} elseif (ini_get('opcache.enable_cli') !== '1') {
15
echo 'skip, opcache not enabled for CLI';
0 commit comments