3v4l.org

run code in 300+ PHP versions simultaneously
<?php $coordinates = array('Years' => 'All Years', 'Months' => 'All Months', 'Days' => 'All Days', 'Hours' => 'All Hours', 'Time' => 'All Time'); $newCoordinates = array('Years' => 2014); var_dump(array_replace($coordinates, $newCoordinates));

preferences:
45.01 ms | 402 KiB | 5 Q