3v4l.org

run code in 300+ PHP versions simultaneously
<?php $thearray = [ 123456 => 'John Doe', 654321 => 'Doe John' ]; var_export( array_map( fn($name, $code) => compact(['name', 'code']), $thearray, array_keys($thearray) ) );

preferences:
26.86 ms | 407 KiB | 5 Q