3v4l.org

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

preferences:
36.51 ms | 402 KiB | 5 Q