Searched refs:meindex (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 171 int32_t meindex = 0; in resourcebundle_array_fetch() local 182 meindex = Z_LVAL_P(offset); in resourcebundle_array_fetch() 183 rb->child = ures_getByIndex( rb->me, meindex, rb->child, &INTL_DATA_ERROR_CODE(rb) ); in resourcebundle_array_fetch() 196 spprintf( &pbuf, 0, "Cannot load resource element %d", meindex ); in resourcebundle_array_fetch() 209 spprintf( &pbuf, 0, "Cannot load element %d without fallback from to %s", meindex, locale ); in resourcebundle_array_fetch()
|
Completed in 5 milliseconds