<?php readonly class C { public array $a; public function __construct() { $this->a = ['a', 'b', 'c', 'd']; } } $c = new C(); reset($c->a);
You have javascript disabled. You will not be able to edit any code.