3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = " landscape tiger "; echo ltrim(rtrim($string)); echo $string; $output = preg_replace('/\s+/', '%',$string); echo $output; ?>

preferences:
33.89 ms | 402 KiB | 5 Q