Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dformatted_print.c392 int argc, size = 240, inpos = 0, outpos = 0, temppos; in php_formatted_print() local
463 temppos = inpos; in php_formatted_print()
464 while (isdigit((int)format[temppos])) temppos++; in php_formatted_print()
465 if (format[temppos] == '$') { in php_formatted_print()

Completed in 6 milliseconds