Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dformatted_print.c389 size_t size = 240, inpos = 0, outpos = 0, temppos; in php_formatted_print() local
459 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 7 milliseconds