Home
last modified time | relevance | path

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

/PHP-7.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c81 size_t bundlename_len = 0; in resourcebundle_ctor() local
93 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) in resourcebundle_ctor()
106 if (bundlename_len >= MAXPATHLEN) { in resourcebundle_ctor()
328 size_t bundlename_len = 0; in ZEND_END_ARG_INFO() local
336 if( zend_parse_parameters(ZEND_NUM_ARGS(), "s", &bundlename, &bundlename_len ) == FAILURE ) in ZEND_END_ARG_INFO()
343 if (bundlename_len >= MAXPATHLEN) { in ZEND_END_ARG_INFO()
348 if(bundlename_len == 0) { in ZEND_END_ARG_INFO()

Completed in 6 milliseconds