Searched refs:opcache_get_status (Results 1 – 19 of 19) sorted by relevance
2 GH-11715 (opcache.interned_strings_buffer either has no effect or opcache_get_status() / phpinfo() …12 $info = opcache_get_status()['interned_strings_usage'];
13 var_dump(opcache_get_status()['jit']['enabled'] ?? false);
12 $status = opcache_get_status();
16 $firstRun = !isset(opcache_get_status()['scripts'][__DIR__ . DIRECTORY_SEPARATOR . 'gh15021_require…
21 $status = opcache_get_status();
29 $status = opcache_get_status();
33 if (!isset(opcache_get_status()['scripts'][$incfile])) {
30 ZEND_FUNCTION(opcache_get_status);39 ZEND_FE(opcache_get_status, arginfo_opcache_get_status)
11 function opcache_get_status(bool $include_scripts = true): array|false {} function
641 ZEND_FUNCTION(opcache_get_status) argument
18 if (function_exists("opcache_get_status")) {19 $status = opcache_get_status();
24 if (function_exists("opcache_get_status")) {25 $status = opcache_get_status();
15 if (!isset(opcache_get_status()['scripts'][__DIR__ . '/gh8461-005.inc'])) {
11 <?php if ((opcache_get_status()['jit']['on'] ?? false) === false) die('skip: JIT is not available')…
26 if (!isset(opcache_get_status()['scripts'][__DIR__ . '/gh8461-006.inc'])) {
18 if (!isset(opcache_get_status()['scripts'][__DIR__ . '/gh8591-002.inc'])) {
18 if (!isset(opcache_get_status()['scripts'][__DIR__ . '/gh8461-004.inc'])) {
5 if (function_exists('opcache_get_status')) die('skip not for opcache because it will link');
Completed in 19 milliseconds