Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmbstring.c5557 size_t num_mb_pad_chars = pad_to_length - input_length; in PHP_FUNCTION() local
5563 right_pad = num_mb_pad_chars; in PHP_FUNCTION()
5567 left_pad = num_mb_pad_chars; in PHP_FUNCTION()
5571 left_pad = num_mb_pad_chars / 2; in PHP_FUNCTION()
5572 right_pad = num_mb_pad_chars - left_pad; in PHP_FUNCTION()

Completed in 19 milliseconds