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