Home
last modified time | relevance | path

Searched refs:short_name (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/
H A Dext_skel.php236 function process_source_tags($file, $short_name) { argument
242 error('Unable to open file for reading: ' . $short_name);
248 if (strpos($short_name, '.c') !== false || strpos($short_name, '.h') !== false) {
286 error('Unable to save contents to file: ' . $short_name);
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.h74 const char *short_name; member
H A Dmbfl_language.c97 if (strcasecmp(language->short_name, name) == 0) { in mbfl_name2language()

Completed in 7 milliseconds