Searched refs:bundlename (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 82 const char *bundlename; in resourcebundle_ctor() local 94 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) in resourcebundle_ctor() 116 rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor() 118 rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor() 129 bundlename ? bundlename : "(default data)", locale, in resourcebundle_ctor() 143 ZEND_ARG_INFO( 0, bundlename ) 311 ZEND_ARG_INFO( 0, bundlename ) 321 char * bundlename; in ZEND_END_ARG_INFO() local 330 …if( zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &bundlename, &bundlename_len ) == FAILUR… in ZEND_END_ARG_INFO() 344 bundlename = NULL; in ZEND_END_ARG_INFO() [all …]
|
/PHP-5.6/ext/intl/ |
H A D | php_intl.c | 389 ZEND_ARG_INFO( 0, bundlename ) 404 ZEND_ARG_INFO( 0, bundlename )
|
Completed in 8 milliseconds