Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dstring.c5534 size_t i, left_pad=0, right_pad=0; local
5569 right_pad = num_pad_chars;
5574 right_pad = 0;
5579 right_pad = num_pad_chars - left_pad;
5592 for (i = 0; i < right_pad; i++)

Completed in 22 milliseconds