Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dpack.c235 size_t formatlen; in PHP_FUNCTION() local
243 Z_PARAM_STRING(format, formatlen) in PHP_FUNCTION()
258 if (i < formatlen) { in PHP_FUNCTION()
727 zend_long formatlen, inputpos, inputlen; in PHP_FUNCTION() local
739 formatlen = ZSTR_LEN(formatarg); in PHP_FUNCTION()
754 while (formatlen-- > 0) { in PHP_FUNCTION()
763 if (formatlen > 0) { in PHP_FUNCTION()
771 formatlen--; in PHP_FUNCTION()
776 formatlen--; in PHP_FUNCTION()
785 formatlen--; in PHP_FUNCTION()
[all …]

Completed in 13 milliseconds