3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array( "Titel 1", "Bericht 1", "Link 1", "Titel 2", "Bericht 2", "Link 2", "Titel 3", "Bericht 3", "Link 3", ); <ul> <li> echo "{$array[2]}\n"; </li> <li> echo "{$array[5]}\n"; </li> <li> echo "{$array[8]}\n"; </li> </ul>
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.30
Parse error: syntax error, unexpected '<' in /in/r1T0Y on line 14
Process exited with code 255.

preferences:
203.74 ms | 1399 KiB | 67 Q