Home
last modified time | relevance | path

Searched refs:opcache_is_script_cached (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/opcache/tests/
H A Dis_script_cached.phpt13 var_dump(opcache_is_script_cached(__FILE__));
14 var_dump(opcache_is_script_cached("nonexistent.php"));
H A Dbug69281.phpt13 var_dump(opcache_is_script_cached(__FILE__));
14 var_dump(opcache_is_script_cached("nonexistent.php"));
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c67 static ZEND_FUNCTION(opcache_is_script_cached);
79 ZEND_FE(opcache_is_script_cached, arginfo_opcache_is_script_cached)
900 static ZEND_FUNCTION(opcache_is_script_cached) argument

Completed in 18 milliseconds