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