3v4l.org

run code in 300+ PHP versions simultaneously
<?php $currencies = [ '840' => [ name => 'USD', demonimator => 100, ], '392' => [ name => 'JPY', demonimator => 1, ], ]; var_dump( array_column($currencies, name) );

preferences:
66.43 ms | 402 KiB | 5 Q