Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dpack.c239 size_t formatlen; in PHP_FUNCTION() local
247 Z_PARAM_STRING(format, formatlen) in PHP_FUNCTION()
262 if (i < formatlen) { in PHP_FUNCTION()
712 zend_long formatlen, inputpos, inputlen; in PHP_FUNCTION() local
724 formatlen = ZSTR_LEN(formatarg); in PHP_FUNCTION()
740 while (formatlen-- > 0) { in PHP_FUNCTION()
749 if (formatlen > 0) { in PHP_FUNCTION()
766 formatlen--; in PHP_FUNCTION()
771 formatlen--; in PHP_FUNCTION()
780 formatlen--; in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds