Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
heredoc_014.php
blob: fa404567d0dc2567c6ac187bd20e7b02f5a137dd [
file
] [
log
] [
blame
]
--
TEST
--
Heredoc
with
double
quotes syntax but missing second quote
--
FILE
--
<?
php
$test
=
"foo"
;
$var
=
<<<
"MYLABEL
test: $test
MYLABEL;
echo $var;
?>
--EXPECTF--
Parse error: syntax error, unexpected T_SL in %sheredoc_014.php on line %d