blob: 3e725d7cc74b173cf870f5e6b433fe19b932965e [file]
<?php echo <<<'EOT'
My name is "$name".I am printing some $foo->foo.
Now, I am printing some {$foo->bar[1]}.
This should not print a capital 'A': \x41
EOT;
?>