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 '1' (T_LNUMBER), expecting ')' in /in/6icle on line 18
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_LNUMBER, expecting ')' in /in/6icle on line 18
Process exited with code 255.

preferences:
190.49 ms | 1386 KiB | 62 Q