Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dstring.c5293 int i, left_pad=0, right_pad=0; local
5327 right_pad = num_pad_chars;
5332 right_pad = 0;
5337 right_pad = num_pad_chars - left_pad;
5350 for (i = 0; i < right_pad; i++)

Completed in 16 milliseconds