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", "Titel 4", "Bericht 4", "Link 4", ); print_r $array(explode(" ",$array,));
Output for 5.4.0 - 5.4.30
Parse error: syntax error, unexpected '$array' (T_VARIABLE) in /in/veOIf on line 19
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_VARIABLE in /in/veOIf on line 19
Process exited with code 255.

preferences:
189.58 ms | 1399 KiB | 67 Q