Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
nowDoc.php
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'
:
\x
41
EOT
;
?>