All pastes #2083184 Raw Edit

Someone

public php v1 · immutable
#2083184 ·published 2011-09-26 22:53 UTC
rendered paste body
<?php$numbers = array(1,2,3,4);foreach($numbers as $number) {  print "$number\n";}?>