3v4l.org

run code in 300+ PHP versions simultaneously
<?php function str_slice($string, $offset) { return [substr($string, 0, $offset), substr($string, $offset)]; } $str = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam aliquet.'; for($i = 0; $i < strlen($str); $i++) print_r(str_slice($str, $i));

Abusive script

This script was stopped while abusing our resources


preferences:
151.43 ms | 405 KiB | 5 Q