Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dstring.c4912 int i, left_pad=0, right_pad=0; local
4946 right_pad = num_pad_chars;
4951 right_pad = 0;
4956 right_pad = num_pad_chars - left_pad;
4969 for (i = 0; i < right_pad; i++)

Completed in 17 milliseconds