3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = ":Profash!~Ryan@profash.me PRIVMSG #tee !test 123 lol"; $input = explode(' ', $str); print_r(array_slice($input, 3)); print_r(array_slice($input, 2));

preferences:
43.34 ms | 402 KiB | 5 Q