3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr=Array ( [0] => Array ( "Title" => "La science des rĂªves", "Year" => "2006", "Director" => Array ( "Name" => "Michel Gondry", "BirthYear" => "1963", "BirthPlace" => "Versailles, Yvelines, France" ) ) [1] => Array ( "Title" => "Arizona Dream", "Year" => "1992", "Director" => Array ( "Name" => "Emir Kusturica", "BirthYear" => "1954", "BirthPlace" => "Sarajevo, Bosnia and Herzegovina, Yugoslavia" ) ) ); $ck=Array ( [0] => Title [1] => Director.Name [2] => Director.BirthYear ); print_r($arr);
Output for 5.4.0 - 5.4.25
Parse error: syntax error, unexpected '[', expecting ')' in /in/YkXbT on line 18
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected '[', expecting ')' in /in/YkXbT on line 5
Process exited with code 255.

preferences:
190.62 ms | 1395 KiB | 62 Q