Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dpack.c112 int formatlen; in PHP_FUNCTION() local
129 formatlen = Z_STRLEN_PP(argv[0]); in PHP_FUNCTION()
137 for (i = 0; i < formatlen; formatcount++) { in PHP_FUNCTION()
142 if (i < formatlen) { in PHP_FUNCTION()
541 formatlen = formatarg_len; in PHP_FUNCTION()
548 while (formatlen-- > 0) { in PHP_FUNCTION()
557 if (formatlen > 0) { in PHP_FUNCTION()
565 formatlen--; in PHP_FUNCTION()
570 formatlen--; in PHP_FUNCTION()
578 while (formatlen > 0 && *format != '/') { in PHP_FUNCTION()
[all …]

Completed in 16 milliseconds