Searched refs:opcache_get_status (Results 1 – 10 of 10) sorted by relevance
27 ZEND_FUNCTION(opcache_get_status);36 ZEND_FE(opcache_get_status, arginfo_opcache_get_status)
7 function opcache_get_status(bool $include_scripts = true): array|false {} function
571 ZEND_FUNCTION(opcache_get_status) argument
24 if (function_exists("opcache_get_status")) {25 $status = opcache_get_status();
18 if (function_exists("opcache_get_status")) {19 $status = opcache_get_status();
12 $status = opcache_get_status();
20 $status = opcache_get_status();
28 $status = opcache_get_status();
10 <?php if (!isset(opcache_get_status()["jit"])) die('skip: JIT is not available'); ?>
Completed in 13 milliseconds