Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds