3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hereIsMyInpput = ['oh' => 'ah']; //and I want this: //['oh' => 'wooooww']; //right now I have this: $output = $hereIsMyInpput; $output['oh'] = 'wheeeee'; //result isn't really what I need: var_dump($output); //and I don't know why?

preferences:
30.75 ms | 402 KiB | 5 Q