3v4l.org

run code in 300+ PHP versions simultaneously
<?php var list1 = [ { firstName: 'Noah', lastName: 'M.', country: 'Switzerland', continent: 'Europe', age: 19, language: 'JavaScript' }, { firstName: 'Maia', lastName: 'S.', country: 'Tahiti', continent: 'Oceania', age: 28, language: 'JavaScript' }, { firstName: 'Shufen', lastName: 'L.', country: 'Taiwan', continent: 'Asia', age: 35, language: 'HTML' }, { firstName: 'Sumayah', lastName: 'M.', country: 'Tajikistan', continent: 'Asia', age: 30, language: 'CSS' } ]; var_dump($list1);
Output for 7.1.0 - 7.1.23, 7.2.0 - 7.2.11
Parse error: syntax error, unexpected 'var' (T_VAR), expecting end of file in /in/YoFDV on line 3
Process exited with code 255.
Output for 5.6.38
Parse error: syntax error, unexpected 'var' (T_VAR) in /in/YoFDV on line 3
Process exited with code 255.

preferences:
172.41 ms | 1394 KiB | 44 Q