3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array( array('james','Brandun','test'), array('james0','Brandun0','test0'), array('james1','Brandun1','test1') ); function displayLocation( $array, $position){ foreach ($array as $subArray) { for ($i=0; $i < count($subArray); $i++) { $anotherArray = $subArray[$i]; } } return $anotherArray; } print_r(displaylocation($array,0)); ?>

preferences:
33.76 ms | 402 KiB | 5 Q