Searched refs:ext_name (Results 1 – 2 of 2) sorted by relevance
1258 char *ext_name = NULL; in PHP_FUNCTION() local1263 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()
2031 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