3v4l.org

run code in 300+ PHP versions simultaneously
<?php $length = 4; $string = "ABCDEF"; $string = substr_replace($string,"",$length); $string = str_pad($string,$length," ",STR_PAD_RIGHT);

preferences:
43.43 ms | 402 KiB | 5 Q