Searched refs:opcache_get_configuration (Results 1 – 15 of 15) sorted by relevance
2 Test that the directives listed with `opcache_get_configuration` include all those from the ini set…11 $opts = opcache_get_configuration()['directives'];
2 Bug #79665 (ini_get() and opcache_get_configuration() may be inconsistent)12 $config = opcache_get_configuration();
11 $config = opcache_get_configuration();
15 $conf = opcache_get_configuration();
23 $conf = opcache_get_configuration();
34 ZEND_FUNCTION(opcache_get_configuration);43 ZEND_FE(opcache_get_configuration, arginfo_opcache_get_configuration)
23 function opcache_get_configuration(): array|false {} function
774 ZEND_FUNCTION(opcache_get_configuration) argument
6 && ($conf = opcache_get_configuration()["directives"])
12 && ($conf = opcache_get_configuration()["directives"])
9 && ($conf = opcache_get_configuration()["directives"])
11 && ($conf = opcache_get_configuration()["directives"])
8 && ($conf = opcache_get_configuration()["directives"])
Completed in 24 milliseconds