Home
last modified time | relevance | path

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

/PHP-8.4/ext/standard/
H A Dinfo.c1258 char *ext_name = NULL; in PHP_FUNCTION() local
1263 Z_PARAM_STRING_OR_NULL(ext_name, ext_name_len) in PHP_FUNCTION()
1266 if (!ext_name) { in PHP_FUNCTION()
1270 version = zend_get_module_version(ext_name); in PHP_FUNCTION()
/PHP-8.4/win32/build/
H A Dconfutils.js2031 var ext_name = extensions_enabled[i][0];
2033 if (!is_on_exclude_list_for_test_ini(ext_list, ext_name)) {
2034 INI.WriteLine(directive + "=php_" + ext_name + ".dll");
2036 if ("opcache" == ext_name) {

Completed in 14 milliseconds