Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
heredoc_012.php
blob: 73f7483bfcf411669d412a2cad76c2a7ec8e50aa [
file
]
--
TEST
--
Heredoc
with
double
quotes
--
FILE
--
<?
php
$test
=
"foo"
;
$var
=
<<<
"MYLABEL"
test
:
$test
MYLABEL
;
echo $var
;
?>
--
EXPECT
--
test
:
foo