3v4l.org

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

preferences:
40.61 ms | 402 KiB | 5 Q