Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dinfo.c1275 char *ext_name = NULL; in PHP_FUNCTION() local
1280 Z_PARAM_STRING_OR_NULL(ext_name, ext_name_len) in PHP_FUNCTION()
1283 if (!ext_name) { in PHP_FUNCTION()
1287 version = zend_get_module_version(ext_name); in PHP_FUNCTION()
/PHP-8.3/win32/build/
H A Dconfutils.js2033 var ext_name = extensions_enabled[i][0];
2035 if (!is_on_exclude_list_for_test_ini(ext_list, ext_name)) {
2036 INI.WriteLine(directive + "=php_" + ext_name + ".dll");
2038 if ("opcache" == ext_name) {

Completed in 16 milliseconds