Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
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