Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dpack.c236 size_t formatlen; in PHP_FUNCTION() local
244 Z_PARAM_STRING(format, formatlen) in PHP_FUNCTION()
259 if (i < formatlen) { in PHP_FUNCTION()
723 zend_long formatlen, inputpos, inputlen; in PHP_FUNCTION() local
735 formatlen = ZSTR_LEN(formatarg); in PHP_FUNCTION()
750 while (formatlen-- > 0) { in PHP_FUNCTION()
759 if (formatlen > 0) { in PHP_FUNCTION()
767 formatlen--; in PHP_FUNCTION()
772 formatlen--; in PHP_FUNCTION()
781 formatlen--; in PHP_FUNCTION()
[all …]

Completed in 8 milliseconds