3v4l.org

run code in 300+ PHP versions simultaneously
<?php //Teams $teams = array( "fnatic" => array( title => "Fnatic", teamLocation => "Sweden" ), "tsm" => array( title => "TSM", teamLocation => "Denmark" ), "envyus" => array( title => "EnvyUs", teamLocation => "France" ), ); ?> <?php define('TITLE', 'PROS | CSGOPLAYER CONFIGS'); ?> <div class="container-fluid"> <div class="row"> <div class="well"> <?php foreach ($teams as $team => $item) { ?> <h1><a href="team.php?item=<?php echo $team; ?>"><?php echo $item['title']; ?></h1> <p><?php echo $item['teamLocation'];?></p> <?php } ?> </div> </div> </div><!--Contect-->

preferences:
51.23 ms | 402 KiB | 5 Q