Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/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-5.6/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-5.6/ext/opcache/tests/
H A D001_cli.phpt11 $status = opcache_get_status();
H A Dblacklist-win32.phpt19 $status = opcache_get_status();
H A Dblacklist.phpt19 $status = opcache_get_status();
/PHP-5.6/ext/opcache/
H A Dzend_accelerator_module.c74 static ZEND_FUNCTION(opcache_get_status);
86 ZEND_FE(opcache_get_status, arginfo_opcache_get_status)
556 static ZEND_FUNCTION(opcache_get_status) in ZEND_FUNCTION() argument

Completed in 17 milliseconds