Home
last modified time | relevance | path

Searched refs:opcache_get_configuration (Results 1 – 15 of 15) sorted by relevance

/php-src/ext/opcache/tests/
H A Dget_configuration_matches_ini.phpt2 Test that the directives listed with `opcache_get_configuration` include all those from the ini set…
11 $opts = opcache_get_configuration()['directives'];
H A Dbug79665.phpt2 Bug #79665 (ini_get() and opcache_get_configuration() may be inconsistent)
12 $config = opcache_get_configuration();
H A D001_cli.phpt11 $config = opcache_get_configuration();
H A Dblacklist-win32.phpt15 $conf = opcache_get_configuration();
H A Dblacklist.phpt23 $conf = opcache_get_configuration();
/php-src/ext/opcache/
H A Dopcache_arginfo.h34 ZEND_FUNCTION(opcache_get_configuration);
43 ZEND_FE(opcache_get_configuration, arginfo_opcache_get_configuration)
H A Dopcache.stub.php23 function opcache_get_configuration(): array|false {} function
H A Dzend_accelerator_module.c774 ZEND_FUNCTION(opcache_get_configuration) argument
/php-src/Zend/tests/
H A Dgh16509.phpt6 && ($conf = opcache_get_configuration()["directives"])
H A Dgh9407.phpt6 && ($conf = opcache_get_configuration()["directives"])
H A Dbug54268.phpt12 && ($conf = opcache_get_configuration()["directives"])
H A Dgh8841.phpt6 && ($conf = opcache_get_configuration()["directives"])
/php-src/tests/lang/
H A Dbug45392.phpt9 && ($conf = opcache_get_configuration()["directives"])
/php-src/ext/spl/tests/
H A Dgh14639.phpt11 && ($conf = opcache_get_configuration()["directives"])
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_014.phpt8 && ($conf = opcache_get_configuration()["directives"])

Completed in 24 milliseconds