3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = array( array( 'tag_name' => 'google' ), array( 'tag_name' => 'technology' ) ); $toll= implode(', ', array_map(function ($entry) { return $entry['tag_name']; }, $input)); echo $toll;

preferences:
33.43 ms | 402 KiB | 5 Q