Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
nowdoc_01.php
blob: 58f3d8f3d70de4a0e68bdc18ea543fa6081f89a5 [
file
]
<?
php
class
foo
{
public
$bar
=
<<<
'EOT'
bar
EOT
;
}
?>