Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
heredoc_013.php
blob: b2a66734695319dd1821f9383fa5aa2670a4cee8 [
file
]
--
TEST
--
Heredoc
with
double
quotes
and
wrong prefix
--
FILE
--
<?
php
$test
=
"foo"
;
$var
=
prefix
<<<
"MYLABEL"
test
:
$test
MYLABEL
;
echo $var
;
?>
--
EXPECTF
--
Parse
error
:
syntax error
,
unexpected T_START_HEREDOC
in
%
sheredoc_013
.
php on line
%
d