3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = ('hello world | jaz'); $input = str_repeat($input, 2000); $input = str_repeat($input, 2000); $data = explode('|', $input); var_dump($data);

preferences:
52.69 ms | 402 KiB | 5 Q