Searched refs:opcache_get_configuration (Results 1 – 9 of 9) 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)13 $config = opcache_get_configuration();
11 $config = opcache_get_configuration();
14 $conf = opcache_get_configuration();
22 $conf = opcache_get_configuration();
30 ZEND_FUNCTION(opcache_get_configuration);39 ZEND_FE(opcache_get_configuration, arginfo_opcache_get_configuration)
13 function opcache_get_configuration(): array|false {} function
704 ZEND_FUNCTION(opcache_get_configuration) argument
1424 . Fixed bug #79665 (ini_get() and opcache_get_configuration() inconsistency).
Completed in 21 milliseconds