<?php $a = ''; $a[3] = 4; // PHP 7.0 and older : var_dump($a); // PHP 7.1 and more recent ?>
You have javascript disabled. You will not be able to edit any code.