3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array1 = array("owner_name"=>array("Andrew Alletson","Barry John Harkins"), "owner_email"=>array("andrew.alletson@openreach.co.uk","barry.harkins@openreach.co.uk")); echo "$array1['owner_name'][0]"; ?>
Output for 7.1.0 - 7.1.6
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in /in/Zr4CA on line 3
Process exited with code 255.
Output for 7.0.0 - 7.0.20
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in /in/Zr4CA on line 3
Process exited with code 255.

preferences:
172.12 ms | 1395 KiB | 35 Q