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