<?php $x = ''; $x[3] = 'foo'; var_dump(gettype($x)); var_export($x);
You have javascript disabled. You will not be able to edit any code.