3v4l.org

run code in 300+ PHP versions simultaneously
<?php // $output = array_slice(array_merge(explode(' | ', $input), array(null)), 0, 2); $input = 'Hello | does | this | work'; $output = array_slice(explode(" | ", "$input | "), 0, 2); print_r($output);

preferences:
37.41 ms | 402 KiB | 5 Q