3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array( array( 'title' => 'What kind of developer/designer are you, and how much do you make?', 'url' => 'http://www.reddit.com/r/webdev/comments/29hh0c/what_kind_of_developerdesigner_are_you_and_how/', 'upvotes' => 82, 'comments' => 255 ), array( 'title' => 'Want to learn or make the switch to Python? Here\'s an excellent resource to get you started.', 'url' => 'http://www.fullstackpython.com/', 'upvotes' => 23, 'comments' => 0 ), array( 'title' => 'Very Thorough Git Tutorial', 'url' => 'http://www.vogella.com/tutorials/Git/article.html', 'upvotes' => 188, 'comments' => 7 ), array( 'title' => 'List of URLs censored from Google by EU "Right to be Forgotten" ruling', 'url' => 'http://hiddenfromgoogle.com/', 'upvotes' => 13, 'comments' => 3 ), ); ?> <?php foreach ($find_subreddit as $link): ?> <?php print_r($link); ?> <li> <ul> <li><?php echo $link['title']; ?></li> <li><?php echo $link['url']; ?></li> <li><?php echo $link['upvotes']; ?></li> </ul> </li> ?>
Output for 5.4.0 - 5.4.30
Parse error: syntax error, unexpected end of file in /in/Pdjvu on line 40
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end in /in/Pdjvu on line 40
Process exited with code 255.

preferences:
183.48 ms | 1395 KiB | 67 Q