3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = "2011-03-23 10:11:08 34 57 2 25,5 - 2011-03-23 10:11:12 67 54 3 3,5 - 2011-03-23 10:11:16 76 57 3 2,4 - 2011-03-23 10:11:18 39 41 2 25,5 +"; $output = explode("\n", trim($input)); $result = array(); foreach($input as $in) { $result[] = substr($in, -2); } print_r($output); print_r($result);

preferences:
38.12 ms | 402 KiB | 5 Q