3v4l.org

run code in 300+ PHP versions simultaneously
<?php $options = [ 'where' => [ 'EXTID' => '1234fad34' ], 'web' => 2, ]; $options = array_merge_recursive($options, ['where' => ['web' => 1]]) ; var_dump($options); die();

preferences:
49.03 ms | 402 KiB | 5 Q