Searched refs:temppos (Results 1 – 1 of 1) sorted by relevance
389 size_t size = 240, inpos = 0, outpos = 0, temppos; in php_formatted_print() local459 temppos = inpos; in php_formatted_print()460 while (isdigit((int)format[temppos])) temppos++; in php_formatted_print()461 if (format[temppos] == '$') { in php_formatted_print()
Completed in 12 milliseconds