Home
last modified time | relevance | path

Searched refs:opcache_get_status (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/opcache/
H A Dopcache_arginfo.h27 ZEND_FUNCTION(opcache_get_status);
36 ZEND_FE(opcache_get_status, arginfo_opcache_get_status)
H A Dopcache.stub.php7 function opcache_get_status(bool $include_scripts = true): array|false {} function
H A Dzend_accelerator_module.c571 ZEND_FUNCTION(opcache_get_status) argument
/PHP-8.0/ext/phar/tests/
H A Dcreate_new_and_modify.phpt24 if (function_exists("opcache_get_status")) {
25 $status = opcache_get_status();
/PHP-8.0/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt18 if (function_exists("opcache_get_status")) {
19 $status = opcache_get_status();
/PHP-8.0/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt18 if (function_exists("opcache_get_status")) {
19 $status = opcache_get_status();
/PHP-8.0/ext/opcache/tests/
H A D001_cli.phpt12 $status = opcache_get_status();
H A Dblacklist-win32.phpt20 $status = opcache_get_status();
H A Dblacklist.phpt28 $status = opcache_get_status();
/PHP-8.0/ext/opcache/tests/jit/
H A Dbug80426.phpt10 <?php if (!isset(opcache_get_status()["jit"])) die('skip: JIT is not available'); ?>

Completed in 15 milliseconds