Lines Matching refs:stat

11 	static public $statPubC = "stat pubC in A";
12 static protected $statProtC = "stat protC in A";
13 static private $statPrivC = "stat privC in A";
15 static public $statPubA = "stat pubA in A";
16 static protected $statProtA = "stat protA in A";
17 static private $statPrivA = "stat privA in A";
29 static public $statPubC = "stat pubC in B";
30 static protected $statProtC = "stat protC in B";
31 static private $statPrivC = "stat privC in B";
33 static public $statPubB = "stat pubB in B";
34 static protected $statProtB = "stat protB in B";
35 static private $statPrivB = "stat privB in B";
47 static public $statPubC = "stat pubC in C";
48 static protected $statProtC = "stat protC in C";
49 static private $statPrivC = "stat privC in C";
57 static public $statPubC = "stat pubC in X";
58 static protected $statProtC = "stat protC in X";
59 static private $statPrivC = "stat privC in X";
80 [statPubC] => stat pubC in A
81 [statProtC] => stat protC in A
82 [statPrivC] => stat privC in A
83 [statPubA] => stat pubA in A
84 [statProtA] => stat protA in A
85 [statPrivA] => stat privA in A
92 [statPubC] => stat pubC in A
93 [statProtC] => stat protC in A
94 [statPrivC] => stat privC in A
95 [statPubA] => stat pubA in A
96 [statProtA] => stat protA in A
97 [statPrivA] => stat privA in A
110 [statPubC] => stat pubC in B
111 [statProtC] => stat protC in B
112 [statPrivC] => stat privC in B
113 [statPubB] => stat pubB in B
114 [statProtB] => stat protB in B
115 [statPrivB] => stat privB in B
116 [statPubA] => stat pubA in A
117 [statProtA] => stat protA in A
124 [statPubC] => stat pubC in B
125 [statProtC] => stat protC in B
126 [statPrivC] => stat privC in B
127 [statPubB] => stat pubB in B
128 [statProtB] => stat protB in B
129 [statPrivB] => stat privB in B
130 [statPubA] => stat pubA in A
131 [statProtA] => stat protA in A
146 [statPubC] => stat pubC in C
147 [statProtC] => stat protC in C
148 [statPrivC] => stat privC in C
149 [statPubB] => stat pubB in B
150 [statProtB] => stat protB in B
151 [statPubA] => stat pubA in A
152 [statProtA] => stat protA in A
159 [statPubC] => stat pubC in C
160 [statProtC] => stat protC in C
161 [statPrivC] => stat privC in C
162 [statPubB] => stat pubB in B
163 [statProtB] => stat protB in B
164 [statPubA] => stat pubA in A
165 [statProtA] => stat protA in A
179 [statPubC] => stat pubC in X
180 [statProtC] => stat protC in X
181 [statPrivC] => stat privC in X
188 [statPubC] => stat pubC in X
189 [statProtC] => stat protC in X
190 [statPrivC] => stat privC in X