Home
last modified time | relevance | path

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

/PHP-5.4/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()
530 formatlen = formatarg_len; in PHP_FUNCTION()
537 while (formatlen-- > 0) { in PHP_FUNCTION()
546 if (formatlen > 0) { in PHP_FUNCTION()
554 formatlen--; in PHP_FUNCTION()
559 formatlen--; in PHP_FUNCTION()
567 while (formatlen > 0 && *format != '/') { in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds