<?php $GLOBALS["x"] = $GLOBALS["x"] ?? []; var_dump($GLOBALS["x"]); $GLOBALS["y"] ??= []; var_dump($GLOBALS["y"]);
You have javascript disabled. You will not be able to edit any code.