Home
last modified time | relevance | path

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

/PHP-7.3/ext/
H A Dext_skel.php169 function process_source_tags($file, $short_name) { argument
175 error('Unable to open file for reading: ' . $short_name);
181 if (strpos($short_name, '.c') !== false || strpos($short_name, '.h') !== false) {
233 error('Unable to save contents to file: ' . $short_name);
/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.h74 const char *short_name; member
H A Dmbfl_language.c108 if (strcasecmp(language->short_name, name) == 0) { in mbfl_name2language()

Completed in 12 milliseconds