Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
nowdoc_008.php
blob: 486f0022f64236b37f91cb424c27c1ab4b7e52b0 [
file
]
--
TEST
--
empty doc test
(
nowdoc
)
--
FILE
--
<?
php
require_once
'nowdoc.inc'
;
print
<<<
'ENDOFNOWDOC'
ENDOFNOWDOC
;
$x
=
<<<
'ENDOFNOWDOC'
ENDOFNOWDOC
;
print
"{$x}"
;
?>
--
EXPECT
--