I was wondering, how is the semantics of braces exactly defined inside PHP? For instance, suppose we have defined:
$a = \"foo\";
then what
Also you can use braces to get Char in the position $i of string $text:
$i
$text
$i=2; $text="safi";
$i=2;
$text="safi";
echo $text{$i}; // f