Home
last modified time | relevance | path

Searched refs:bundlename_len (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/intl/resourcebundle/
H A Dresourcebundle_class.c83 int bundlename_len = 0; in resourcebundle_ctor() local
94 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) in resourcebundle_ctor()
108 if (bundlename_len >= MAXPATHLEN) { in resourcebundle_ctor()
322 int bundlename_len = 0; 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()
337 if (bundlename_len >= MAXPATHLEN) { in ZEND_END_ARG_INFO()
342 if(bundlename_len == 0) { in ZEND_END_ARG_INFO()

Completed in 5 milliseconds