<?php function generateArray(): array { return array_fill(0, 400000, 'test'); } $array = generateArray(); foreach($array as $key => $value) { $array[$key] = $value .'s'; } var_dump($array);
You have javascript disabled. You will not be able to edit any code.
This script was stopped while abusing our resources