Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dpack.c225 size_t formatlen; in PHP_FUNCTION() local
233 Z_PARAM_STRING(format, formatlen) in PHP_FUNCTION()
248 if (i < formatlen) { in PHP_FUNCTION()
715 zend_long formatlen, inputpos, inputlen; in PHP_FUNCTION() local
727 formatlen = ZSTR_LEN(formatarg); in PHP_FUNCTION()
743 while (formatlen-- > 0) { in PHP_FUNCTION()
752 if (formatlen > 0) { in PHP_FUNCTION()
760 formatlen--; in PHP_FUNCTION()
765 formatlen--; in PHP_FUNCTION()
774 formatlen--; in PHP_FUNCTION()
[all …]

Completed in 9 milliseconds