Home
last modified time | relevance | path

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

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