Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
heredoc_008.php
blob: 8feda035a61276a632516e3951c3e33ed63a3105 [
file
]
--
TEST
--
empty doc test
(
heredoc
)
--
FILE
--
<?
php
require_once
'nowdoc.inc'
;
print
<<<
ENDOFHEREDOC
ENDOFHEREDOC
;
$x
=
<<<
ENDOFHEREDOC
ENDOFHEREDOC
;
print
"{$x}"
;
?>
--
EXPECT
--