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