<?php try { array_merge([1, 2], a: [3, 4]); } catch (ArgumentCountError $e) { echo $e->getMessage(); }
You have javascript disabled. You will not be able to edit any code.