Home
last modified time | relevance | path

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

/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp318 icu::StringEnumeration* fnames = mf->getFormatNames(err.code); in umsg_set_timezone() local
319 if (!fnames || U_FAILURE(err.code)) { in umsg_set_timezone()
322 count = fnames->count(err.code); in umsg_set_timezone()
323 delete fnames; in umsg_set_timezone()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c6614 static const char*const fnames[]={"input","output"};
6708 luaL_error(L,"standard %s file is closed",fnames[findex-1]);

Completed in 21 milliseconds