3v4l.org

run code in 300+ PHP versions simultaneously
<?php $serviceNames = array( 0 => array( 'language' => 'en', 'value' => 'something', 'type' => 'name', ), 1 => array( 'language' => 'fi', 'value' => 'jotain', 'type' => 'name', ), 2 => array( 'language' => 'sv', 'value' => 'nĂ¥gonting', 'type' => 'name', ), ); $serviceNames = array_column($serviceNames, Null, "language"); echo $serviceNames["fi"]["value"];
Output for git.master_jit, git.master, rfc.property-hooks
jotain

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