3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = 'Line 1nLine 2nLine 3'; echo substr($text, 0, strrpos($text, '/')). "x\n"; echo trim(substr($text, strrpos($text, '/')), '/');

preferences:
32.89 ms | 402 KiB | 5 Q