Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/resourcebundle/
H A Dresourcebundle_class.c79 size_t bundlename_len = 0; in resourcebundle_ctor() local
91 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) in resourcebundle_ctor()
104 if (bundlename_len >= MAXPATHLEN) { in resourcebundle_ctor()
326 size_t bundlename_len = 0; in ZEND_END_ARG_INFO() local
334 if( zend_parse_parameters(ZEND_NUM_ARGS(), "s", &bundlename, &bundlename_len ) == FAILURE ) in ZEND_END_ARG_INFO()
341 if (bundlename_len >= MAXPATHLEN) { in ZEND_END_ARG_INFO()
346 if(bundlename_len == 0) { in ZEND_END_ARG_INFO()

Completed in 5 milliseconds