Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/resourcebundle/
H A Dresourcebundle_class.c80 size_t bundlename_len = 0; in resourcebundle_ctor() local
91 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) in resourcebundle_ctor()
107 if (bundlename_len >= MAXPATHLEN) { in resourcebundle_ctor()
284 size_t bundlename_len = 0; in PHP_FUNCTION() local
292 if( zend_parse_parameters(ZEND_NUM_ARGS(), "s", &bundlename, &bundlename_len ) == FAILURE ) in PHP_FUNCTION()
297 if (bundlename_len >= MAXPATHLEN) { in PHP_FUNCTION()
302 if(bundlename_len == 0) { in PHP_FUNCTION()

Completed in 6 milliseconds