3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array(); $arr[5] = array ( "ID" => 3123, "IS_NEW" => 1, "OrgType" => 5, "Surname" => 'Сабиров', "Name" => 'Раиль', "Patronymic" => 'Анварович', ); $arr[6] = array ( "ID" => 3124, "IS_NEW" => 1, "OrgType" => 5, "Surname" => "Сабиров", "Name" => "Раиль", "Patronymic" => "Анварович"; ); print_r($arr);
Output for 5.3.0 - 5.3.26, 5.4.0 - 5.4.17
Parse error: syntax error, unexpected ';', expecting ')' in /in/LncDH on line 20
Process exited with code 255.

preferences:
176.04 ms | 1395 KiB | 52 Q