<?php $s = 'hello'; var_dump($s[0]); // "h" var_dump($s[0][0]); // "h"
You have javascript disabled. You will not be able to edit any code.