<?php $x = []; for($i=4;$i>=0;$i--){ $x = [$i => $x]; } print_r($x);
You have javascript disabled. You will not be able to edit any code.