Get Mystery Box with random crypto!

@rextester_bot php $text = '1111 2222 3333 4444 5555 6666 777 | Uph

@rextester_bot php

$text = "1111
2222
3333
4444
5555
6666
7777
8888
9999";
$exp = explode("\n", $text);

$son = 0;
foreach($exp as $t){
$son++;
if($son == 5){
$out = $t;
break;
}
}

echo $out;