<?php function push_to_array(&...$params): void { array_push(...$params); } $array = ['once', 'two', 'three']; $new = ['foo', 'bar']; push_to_array($array, ...$new); var_export($array);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`