Home
last modified time | relevance | path

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

/PHP-7.4/ext/phar/tests/
H A Dcreate_new_and_modify.phpt23 if (function_exists("opcache_get_status")) {
24 $status = opcache_get_status();
/PHP-7.4/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt17 if (function_exists("opcache_get_status")) {
18 $status = opcache_get_status();
/PHP-7.4/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt17 if (function_exists("opcache_get_status")) {
18 $status = opcache_get_status();
/PHP-7.4/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-7.4/ext/opcache/
H A Dzend_accelerator_module.c70 static ZEND_FUNCTION(opcache_get_status);
82 ZEND_FE(opcache_get_status, arginfo_opcache_get_status)
581 static ZEND_FUNCTION(opcache_get_status) argument

Completed in 12 milliseconds