Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c78 size_t bundlename_len = 0; in resourcebundle_ctor() local
89 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) in resourcebundle_ctor()
110 if (bundlename_len >= MAXPATHLEN) { in resourcebundle_ctor()
289 size_t bundlename_len = 0; in PHP_FUNCTION() local
297 if( zend_parse_parameters(ZEND_NUM_ARGS(), "s", &bundlename, &bundlename_len ) == FAILURE ) in PHP_FUNCTION()
302 if (bundlename_len >= MAXPATHLEN) { in PHP_FUNCTION()
307 if(bundlename_len == 0) { in PHP_FUNCTION()

Completed in 5 milliseconds