Home
last modified time | relevance | path

Searched refs:bundlename (Results 1 – 2 of 2) sorted by path

/PHP-7.4/ext/intl/
H A Dphp_intl.c386 ZEND_ARG_INFO( 0, bundlename )
401 ZEND_ARG_INFO( 0, bundlename )
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c80 const char *bundlename; in resourcebundle_ctor() local
93 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) in resourcebundle_ctor()
114 rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
116 rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
127 bundlename ? bundlename : "(default data)", locale, in resourcebundle_ctor()
142 ZEND_ARG_INFO( 0, bundlename )
317 ZEND_ARG_INFO( 0, bundlename )
327 char * bundlename; in ZEND_END_ARG_INFO() local
336 if( zend_parse_parameters(ZEND_NUM_ARGS(), "s", &bundlename, &bundlename_len ) == FAILURE ) in ZEND_END_ARG_INFO()
350 bundlename = NULL; in ZEND_END_ARG_INFO()
[all …]

Completed in 17 milliseconds