<?php const BAR = [1, [20, 21, 22, 23], 3, 4]; echo BAR[0]; //echo BAR{0}; // Doesn't work. echo BAR[1]{2}; // This does as of PHP 7.0.
You have javascript disabled. You will not be able to edit any code.
There are `0` results