Searched refs:temppos (Results 1 – 1 of 1) sorted by relevance
391 size_t size = 240, inpos = 0, outpos = 0, temppos; in php_formatted_print() local461 temppos = inpos; in php_formatted_print()462 while (isdigit((int)format[temppos])) temppos++; in php_formatted_print()463 if (format[temppos] == '$') { in php_formatted_print()
Completed in 5 milliseconds