3v4l.org

run code in 300+ PHP versions simultaneously
<?php $config = array( 'ciao' => 'come', 'va' => 'bene', 'tu' => 'ok' ); $configString = ' '; array_walk($config, function($value, $key) use($configString) { $configString .= $key . '=' . $value . ' '; }); echo $configString;

preferences:
41.01 ms | 402 KiB | 5 Q