<?php

$a = 'wallace';

var_dump($a[0]); 
var_dump($a['string']); 