Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dpack.c119 int formatlen; in PHP_FUNCTION() local
136 formatlen = Z_STRLEN_PP(argv[0]); in PHP_FUNCTION()
144 for (i = 0; i < formatlen; formatcount++) { in PHP_FUNCTION()
149 if (i < formatlen) { in PHP_FUNCTION()
589 formatlen = formatarg_len; in PHP_FUNCTION()
596 while (formatlen-- > 0) { in PHP_FUNCTION()
605 if (formatlen > 0) { in PHP_FUNCTION()
613 formatlen--; in PHP_FUNCTION()
618 formatlen--; in PHP_FUNCTION()
626 while (formatlen > 0 && *format != '/') { in PHP_FUNCTION()
[all …]

Completed in 5 milliseconds