3v4l.org

run code in 300+ PHP versions simultaneously
<?php function append($str) { if(mb_strlen($str)>10) { $str = str_replace($str, ' ...', -3); } } var_dump(append('very very long string'));

preferences:
33.02 ms | 402 KiB | 5 Q