Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/tests/
H A Dgh11715.phpt2 GH-11715 (opcache.interned_strings_buffer either has no effect or opcache_get_status() / phpinfo() …
12 $info = opcache_get_status()['interned_strings_usage'];
H A Djit_warning_with_zero_buffer.phpt13 var_dump(opcache_get_status()['jit']['enabled'] ?? false);
H A D001_cli.phpt12 $status = opcache_get_status();
H A Dblacklist-win32.phpt21 $status = opcache_get_status();
H A Dblacklist.phpt29 $status = opcache_get_status();
H A Dgh9164.phpt32 if (!isset(opcache_get_status()['scripts'][$incfile])) {
/PHP-8.2/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.php11 function opcache_get_status(bool $include_scripts = true): array|false {} function
H A Dzend_accelerator_module.c630 ZEND_FUNCTION(opcache_get_status) argument
/PHP-8.2/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt18 if (function_exists("opcache_get_status")) {
19 $status = opcache_get_status();
/PHP-8.2/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt18 if (function_exists("opcache_get_status")) {
19 $status = opcache_get_status();
/PHP-8.2/ext/phar/tests/
H A Dcreate_new_and_modify.phpt24 if (function_exists("opcache_get_status")) {
25 $status = opcache_get_status();
/PHP-8.2/ext/opcache/tests/jit/
H A Dgh8461-005.phpt15 if (!isset(opcache_get_status()['scripts'][__DIR__ . '/gh8461-005.inc'])) {
H A Dbug80426.phpt11 <?php if ((opcache_get_status()['jit']['on'] ?? false) === false) die('skip: JIT is not available')…
H A Dgh8461-006.phpt26 if (!isset(opcache_get_status()['scripts'][__DIR__ . '/gh8461-006.inc'])) {
H A Dgh8591-002.phpt18 if (!isset(opcache_get_status()['scripts'][__DIR__ . '/gh8591-002.inc'])) {
H A Dgh8461-004.phpt18 if (!isset(opcache_get_status()['scripts'][__DIR__ . '/gh8461-004.inc'])) {

Completed in 23 milliseconds