3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ [ 'name' => 'Apparel', 'href' => 'http://localhost/uooro/index.php?route=profile/category&path=12' ], [ 'name' => 'Business Services', 'href' => 'http://localhost/uooro/index.php?route=profile/category&path=15' ], [ 'name' => 'Chemicals', 'href' => 'http://localhost/uooro/index.php?route=profile/category&path=16' ], ]; echo implode(', ', array_column($array, 'name'));

preferences:
72.87 ms | 402 KiB | 5 Q