3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = Array( 'count' => 1, '0' => 'Max, Mustermann', '1' => 'Job', '2' => 'Companyname', '3' => 'IT', '4' => 'CEO', '5' => 'N610-611', '6' => '+49 (30) 111111', '7' => '+49 (30) 111111', '8' => 'max@company.de' ); $index_array = array('count','Name','Jobname','Company','Division','CEO','Room','Tel','Fax','E-Mail'); $array = array_combine($index_array ,$array); print_r($array);
Output for git.master_jit, git.master, rfc.property-hooks
Array ( [count] => 1 [Name] => Max, Mustermann [Jobname] => Job [Company] => Companyname [Division] => IT [CEO] => CEO [Room] => N610-611 [Tel] => +49 (30) 111111 [Fax] => +49 (30) 111111 [E-Mail] => max@company.de )

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:
27.64 ms | 406 KiB | 5 Q