3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array( 'User' => array( 'name' => 'alex' 'lastname' => 'walther' ) ); $User = Set::map($arr) var_dump($User)
Output for 5.4.0 - 5.4.4
Parse error: syntax error, unexpected ''lastname'' (T_CONSTANT_ENCAPSED_STRING), expecting ')' in il3hv on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.14
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in il3hv on line 5
Process exited with code 255.

preferences:
172.66 ms | 1395 KiB | 27 Q