Home
last modified time | relevance | path

Searched refs:fnames (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp319 icu::StringEnumeration* fnames = mf->getFormatNames(err.code); in umsg_set_timezone() local
320 if (!fnames || U_FAILURE(err.code)) { in umsg_set_timezone()
323 count = fnames->count(err.code); in umsg_set_timezone()
324 delete fnames; in umsg_set_timezone()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c6613 static const char*const fnames[]={"input","output"};
6707 luaL_error(L,"standard %s file is closed",fnames[findex-1]);

Completed in 23 milliseconds