3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ [ 'title' => 'Ireland - Wikipedia, the free encyclopedia', 'url' => 'http://example.com/wiki/Ireland' ], [ 'title' => 'Ireland\'s home for accommodation, activities.', 'url' => 'http://www.example.com/' ] ]; array_walk( $array, fn(&$row, $_, $new) => $row += $new, ['score' => 0] ); var_export($array);

preferences:
40.31 ms | 876 KiB | 5 Q