Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstring.c5855 size_t i, left_pad=0, right_pad=0; local
5895 right_pad = num_pad_chars;
5900 right_pad = 0;
5905 right_pad = num_pad_chars - left_pad;
5918 for (i = 0; i < right_pad; i++)

Completed in 16 milliseconds