3v4l.org

run code in 300+ PHP versions simultaneously
<?php $rows = array ( 0 => array ( 'A_program_id' => 'a0F36000008PIYF', 'XC_program_logo' => 'louisville.jpg' ), 1 => array ( 'A_program_id' => 'a0F36000008qjSp', 'XC_program_logo' => 'alabama.jpg' ), 2 => array ( 'A_program_id' => 'a0F36000008pRxL', 'XC_program_logo' => 'trinity.jpg' ) ); echo implode('</td><td>', array_column($rows, 'XC_program_logo')) . "\n"; echo implode('</td><td>', array_column($rows, 'A_program_id'));
Output for git.master, git.master_jit, rfc.property-hooks
louisville.jpg</td><td>alabama.jpg</td><td>trinity.jpg a0F36000008PIYF</td><td>a0F36000008qjSp</td><td>a0F36000008pRxL

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:
28.9 ms | 405 KiB | 5 Q