git://git.phpeclipse.com
/
phpeclipse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d7615ddc6a8101e20b70565e3d7ada78f3214b23
[phpeclipse.git]
/
1
<?php
2
/**
3
* This is about <code>ClassName</code>.
4
* {@link com.yourCompany.aPackage.SuperClass}
5
* @author author
6
*/
7
class ClassName extends SuperClass {
8
/* This comment may span multiple lines. */
9
$integer= 0;
10
// This comment may span only this line
11
$string= "zero";
12
}
13
?>