blob: abe19a654c3e43d7aeff3adb85cf7747ba559aef [file] [log] [blame]
<?php
function function_name() {
echo '
^line1
line2
line3';
}
?>