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