3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array('green', 'red', 'yellow'); $b = array(''); $c = array_combine($a, $b); print_r($c);

preferences:
39.77 ms | 402 KiB | 5 Q