3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pages=array( 'article, image url here', 'article, image url here', 'article, image url here', 'article, image url here', 'news, url here', 'link, url here', ); } Foreach($pages as $page){ $p = explode (", ", $page); // If everything is outputted the same use: Echo '<div class="'. $p[0] . '"><img src="' . $p[1] . '"></div>'; // If not outputted the same use: If($p[0] == "article"){ Echo '<div class="'. $p[0] . '"><img src="' . $p[1] . '"></div>'; }Else if($p[0] == "news"){ Echo 'some other way'; }Else if($p[0] == "link"){ Echo 'some third way'; }
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.6
Parse error: syntax error, unexpected '}', expecting end of file in /in/NYqdf on line 11
Process exited with code 255.

preferences:
169.91 ms | 1387 KiB | 35 Q