3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = '[{"COLUMN_NAME":"ORDER_NO","COLUMN_TITLE":"Order Number"},{"COLUMN_NAME":"CUSTOMER_NO","COLUMN_TITLE":"Customer Number"}]'; $b = '[{"COLUMN_NAME":"ORDER_NO","DEFAULT_VALUE":"1521"},{"COLUMN_NAME":"CUSTOMER_NO","DEFAULT_VALUEE":"C1435"}]'; $r = array_merge(json_decode($a,true), json_decode($b,true)); echo json_encode($r);

preferences:
28.81 ms | 406 KiB | 5 Q