3v4l.org

run code in 300+ PHP versions simultaneously
<?php $datos = array( "Nombre" => "Adrian", "Apellido" => "MadroƱal", "Nacionalidad" => "Argentino", "Edad" => 28, "Telefono" => array(' 'Casa' => '45565486', 'Celular' => '5548846', 'Trabajo' => '32154846' ') ) ?>
Output for 5.4.0 - 5.4.12
Parse error: syntax error, unexpected 'Casa' (T_STRING), expecting ')' in /in/cXPMK on line 7
Process exited with code 255.
Output for 5.3.0 - 5.3.22
Parse error: syntax error, unexpected T_STRING, expecting ')' in /in/cXPMK on line 7
Process exited with code 255.

preferences:
183.88 ms | 1386 KiB | 43 Q