Home
last modified time | relevance | path

Searched refs:ext_name (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/standard/
H A Dinfo.c1262 char *ext_name = NULL; in PHP_FUNCTION() local
1267 Z_PARAM_STRING_OR_NULL(ext_name, ext_name_len) in PHP_FUNCTION()
1270 if (!ext_name) { in PHP_FUNCTION()
1274 version = zend_get_module_version(ext_name); in PHP_FUNCTION()
/PHP-8.0/win32/build/
H A Dconfutils.js2030 var ext_name = extensions_enabled[i][0];
2032 if (!is_on_exclude_list_for_test_ini(ext_list, ext_name)) {
2033 INI.WriteLine(directive + "=php_" + ext_name + ".dll");
2035 if ("opcache" == ext_name) {

Completed in 13 milliseconds