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' => 'Тестовый пользователь' ) ) ) ) ); foreach($arr['ABONENTS'] as $index => $value) { print_r($value); }
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [ID] => 49500 [IS_NEW] => 0 [OrgType] => 5 [Surname] => Акушев [Name] => Константин [Patronymic] => Юрьевич [Certificates] => Array ( [0] => Array ( [SerialNumber] => 194B934900060001FA17 [KeyDate] => 2011-10-28 11:21:00 [ExpDate] => 2012-10-28 11:23:00 [Type] => 1 [TypeName] => Федеральный [Status] => 1 [StatusName] => действующий [Name] => Тестовый пользователь ) ) )

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
49.59 ms | 402 KiB | 8 Q