Searched refs:pad_to_length (Results 1 – 1 of 1) sorted by relevance
5812 zend_long pad_to_length; in PHP_FUNCTION() local5817 Z_PARAM_LONG(pad_to_length) in PHP_FUNCTION()5833 if (pad_to_length < 0 || (size_t)pad_to_length <= input_length) { in PHP_FUNCTION()5849 size_t num_mb_pad_chars = pad_to_length - input_length; in PHP_FUNCTION()
Completed in 33 milliseconds