3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array('ERR_CODE' => 0, 'ABONENTS' => array(array('ID' => 49500, 'IS_NEW' => 0, 'OrgType' => 5, 'Surname' => 'Акушев', 'Name' => 'Константин', 'Patronymic' => 'Юрьевич' 'Certificates' => array(array( 'SerialNumber' => '194B934900060001FA17', 'KeyDate' => '2011-10-28 11:21:00', 'ExpDate' => '2012-10-28 11:23:00', 'Type' => '1', 'TypeName' => 'Федеральный', 'Status' => '1', 'StatusName' => 'действующий', 'Name' => 'Тестовый пользователь', ) ) ) ) ) print_r($arr);
Output for 5.4.16
Parse error: syntax error, unexpected ''Certificates'' (T_CONSTANT_ENCAPSED_STRING), expecting ')' in /in/03V5T on line 9
Process exited with code 255.
Output for 5.4.0 - 5.4.15
Parse error: syntax error, unexpected ''Certificates'' (T_CONSTANT_ENCAPSED_STRING), expecting ')' in n96fd on line 9
Process exited with code 255.
Output for 5.3.26
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /in/03V5T on line 9
Process exited with code 255.
Output for 5.3.25
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /in/n96fd on line 9
Process exited with code 255.
Output for 5.3.0 - 5.3.24
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in n96fd on line 9
Process exited with code 255.

preferences:
177.14 ms | 1386 KiB | 51 Q