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