Lines Matching refs:A
6 * My Doc Comment for A
8 class A {
10 * My Doc Comment for A::f
15 * My Doc Comment for A::privf
19 /** My Doc Comment for A::protStatf */
24 * My Doc Comment for A::finalStatPubf
31 class B extends A {
55 foreach (array('A', 'B') as $class) {
67 ---> Doc comment for A::f():
69 * My Doc Comment for A::f
73 ---> Doc comment for A::privf():
75 * My Doc Comment for A::privf
79 ---> Doc comment for A::protStatf():
80 string(%d) "/** My Doc Comment for A::protStatf */"
83 ---> Doc comment for A::finalStatPubf():
86 * My Doc Comment for A::finalStatPubf
112 * My Doc Comment for A::finalStatPubf