<?php const C = [1, 2, 3]; function foo(): array { return C; } foo()[] = 4; var_dump(C);
You have javascript disabled. You will not be able to edit any code.