Lines Matching refs:method

10     foreach ($methodArray as $method) {
11 echo "Modifiers for method $method->class::$method->name():\n";
12 printf("0x%08x\n", $method->getModifiers());
97 Modifiers for method TestClass::foo():
101 Modifiers for method TestClass::stat():
105 Modifiers for method TestClass::priv():
109 Modifiers for method TestClass::prot():
113 Modifiers for method TestClass::fin():
117 Modifiers for method TestClass::__construct():
121 Modifiers for method TestClass::__destruct():
125 Modifiers for method TestClass::__call():
129 Modifiers for method TestClass::__callStatic():
133 Modifiers for method TestClass::__clone():
137 Modifiers for method TestClass::__get():
141 Modifiers for method TestClass::__set():
145 Modifiers for method TestClass::__unset():
149 Modifiers for method TestClass::__invoke():
153 Modifiers for method TestClass::__isset():
157 Modifiers for method TestClass::__tostring():
161 Modifiers for method TestClass::__sleep():
165 Modifiers for method TestClass::__wakeup():
169 Modifiers for method TestClass::__set_state():
173 Modifiers for method TestClass::__autoload():
177 Modifiers for method TestClass::__serialize():
181 Modifiers for method TestClass::__unserialize():
185 Modifiers for method TestClass::__debugInfo():
189 Modifiers for method TestClass::foo():
193 Modifiers for method TestClass::stat():
197 Modifiers for method TestClass::prot():
201 Modifiers for method TestClass::fin():
205 Modifiers for method TestClass::__construct():
209 Modifiers for method TestClass::__destruct():
213 Modifiers for method TestClass::__call():
217 Modifiers for method TestClass::__callStatic():
221 Modifiers for method TestClass::__clone():
225 Modifiers for method TestClass::__get():
229 Modifiers for method TestClass::__set():
233 Modifiers for method TestClass::__unset():
237 Modifiers for method TestClass::__invoke():
241 Modifiers for method TestClass::__isset():
245 Modifiers for method TestClass::__tostring():
249 Modifiers for method TestClass::__sleep():
253 Modifiers for method TestClass::__wakeup():
257 Modifiers for method TestClass::__set_state():
261 Modifiers for method TestClass::__autoload():
265 Modifiers for method TestClass::__serialize():
269 Modifiers for method TestClass::__unserialize():
273 Modifiers for method TestClass::__debugInfo():
277 Modifiers for method TestInterface::int():
281 Modifiers for method TestInterface::__clone():
285 Modifiers for method AbstractClass::foo():