Home
last modified time | relevance | path

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

/PHP-7.1/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt18 if (function_exists("opcache_get_status")) {
19 $status = opcache_get_status();
H A Ddelete_in_phar.phpt21 if (function_exists("opcache_get_status")) {
22 $status = opcache_get_status();
H A Ddelete_in_phar_confirm.phpt21 if (function_exists("opcache_get_status")) {
22 $status = opcache_get_status();
/PHP-7.1/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt18 if (function_exists("opcache_get_status")) {
19 $status = opcache_get_status();
H A Ddelete_in_phar.phpt21 if (function_exists("opcache_get_status")) {
22 $status = opcache_get_status();
H A Ddelete_in_phar_confirm.phpt21 if (function_exists("opcache_get_status")) {
22 $status = opcache_get_status();
/PHP-7.1/ext/phar/tests/
H A Dcreate_new_and_modify.phpt24 if (function_exists("opcache_get_status")) {
25 $status = opcache_get_status();
H A Ddelete_in_phar.phpt19 if (function_exists("opcache_get_status")) {
20 $status = opcache_get_status();
H A Ddelete_in_phar_confirm.phpt19 if (function_exists("opcache_get_status")) {
20 $status = opcache_get_status();
/PHP-7.1/ext/opcache/tests/
H A D001_cli.phpt12 $status = opcache_get_status();
H A Dblacklist-win32.phpt20 $status = opcache_get_status();
H A Dblacklist.phpt20 $status = opcache_get_status();
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_module.c70 static ZEND_FUNCTION(opcache_get_status);
82 ZEND_FE(opcache_get_status, arginfo_opcache_get_status)
592 static ZEND_FUNCTION(opcache_get_status) argument

Completed in 18 milliseconds