3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array=Array ( Array ( 'facebook' => 375, 'twitter' => 3276, 'email' => 3276 ), Array ( 'facebook' => 385, 'twitter' => 3326, 'email' => 3326 ) ); //print_r($array); //die(); $fb=array_column($records, 'first_name');
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $records in /in/0sMai on line 24 Fatal error: Uncaught TypeError: array_column(): Argument #1 ($array) must be of type array, null given in /in/0sMai:24 Stack trace: #0 /in/0sMai(24): array_column(NULL, 'first_name') #1 {main} thrown in /in/0sMai on line 24
Process exited with code 255.

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:
47.07 ms | 401 KiB | 8 Q