Sign in
apache
/
netbeans
/
3f277361c3bdd1d5120c7a7654e8acb61994283a
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
indent
/
multiline_string1.php.indented
blob: abe19a654c3e43d7aeff3adb85cf7747ba559aef [
file
] [
log
] [
blame
]
<?
php
function
function_name
()
{
echo
'
^line1
line2
line3'
;
}
?>