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_map(function($category) { return $category['name']; }, $array));

preferences:
29.14 ms | 402 KiB | 5 Q