<?php $arr = [[14], [], [12,14]]; $res = call_user_func_array('array_merge', $arr); print_r(array_unique($res));
You have javascript disabled. You will not be able to edit any code.