<?php $urls = [ 'https://google.com/', 'https://bing.com/' ]; $names = [ 'Google', 'Bing' ]; echo json_encode( array_map( fn($url, $name) => get_defined_vars(), $urls, $names ), JSON_PRETTY_PRINT );
You have javascript disabled. You will not be able to edit any code.