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