<?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/' ] ]; var_export( array_map( fn($row) => $row + ['score' => 0], $array ) );
You have javascript disabled. You will not be able to edit any code.