Searched refs:temppos (Results 1 – 1 of 1) sorted by relevance
378 int argc, size = 240, inpos = 0, outpos = 0, temppos; in php_formatted_print() local449 temppos = inpos; in php_formatted_print()450 while (isdigit((int)format[temppos])) temppos++; in php_formatted_print()451 if (format[temppos] == '$') { in php_formatted_print()
Completed in 5 milliseconds