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