3v4l.org

run code in 300+ PHP versions simultaneously
<?php $promos = [ '123' => ['id' => '123', 'weight' => 1], '234' => ['id' => '234', 'weight' => 3], '345' => ['id' => '345', 'weight' => 2], ]; var_dump(array_column($promos, 'weight', 'id'));

preferences:
44.7 ms | 402 KiB | 5 Q