Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
nowdoc_06.php
blob: 9679fb692d3f270ea3eaf26f35e531ff3c32195e [
file
]
<?
php
print
<<<
'omg'
omg
;
print
<<<
'ENDOFNOWDOC'
ENDOFNOWDOC
;
?>