The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<?php
$test = $this->testThis();
$test = $this->testThis() ;
$test = $this->testThis()           ;
for ($var = 1   ; $var < 10  ; $var++) {
    echo $var ;
}
$test = $this->testThis()  /* comment here */;
$test = $this->testThis()  /* comment here */  ;
?>