Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
<?php
|
|
|
2 |
$test = $this->testThis();
|
|
|
3 |
$test = $this->testThis() ;
|
|
|
4 |
$test = $this->testThis() ;
|
|
|
5 |
for ($var = 1 ; $var < 10 ; $var++) {
|
|
|
6 |
echo $var ;
|
|
|
7 |
}
|
|
|
8 |
$test = $this->testThis() /* comment here */;
|
|
|
9 |
$test = $this->testThis() /* comment here */ ;
|
|
|
10 |
?>
|