3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html> <html> <body> <?php $a1=array("flagname"=>"LTV Under 50","b"=>"green"); $a2=array("flagname"=>"blue","b"=>"yellow"); var $arr = (object) array_merge($a1,$a2)); print_r($arr); ?> </body> </html>
Output for 5.4.0 - 5.4.29
Parse error: syntax error, unexpected 'var' (T_VAR) in /in/mRQYc on line 8
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_VAR in /in/mRQYc on line 8
Process exited with code 255.

preferences:
194.33 ms | 1394 KiB | 66 Q