3v4l.org

run code in 300+ PHP versions simultaneously
<?php $foo = array('test', '3', 'google.com'); $bar = array('title', 'rating', 'url'); $foobar = array_combine($bar, $foo); var_dump($foobar);

preferences:
74.6 ms | 402 KiB | 5 Q