3v4l.org

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

preferences:
39.19 ms | 402 KiB | 5 Q