<?php $x = []; $x[] = 1; $x[] += 2; $x[] ??= 3; $x[] *= 4; $x[] **= 5; $x[] |= 6; print_r($x); ?>
You have javascript disabled. You will not be able to edit any code.