Searched refs:mekey (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 157 char * mekey; in resourcebundle_array_fetch() local 171 mekey = Z_STRVAL_P(offset); in resourcebundle_array_fetch() 173 rb->child = ures_getByKey(rb->me, mekey, rb->child, &INTL_DATA_ERROR_CODE(rb) ); in resourcebundle_array_fetch() 185 spprintf( &pbuf, 0, "Cannot load resource element '%s'", mekey ); in resourcebundle_array_fetch() 198 spprintf( &pbuf, 0, "Cannot load element '%s' without fallback from to %s", mekey, locale ); in resourcebundle_array_fetch()
|
Completed in 4 milliseconds