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());
89 Modifiers for method TestClass::foo():
93 Modifiers for method TestClass::stat():
97 Modifiers for method TestClass::priv():
101 Modifiers for method TestClass::prot():
105 Modifiers for method TestClass::fin():
109 Modifiers for method TestClass::__destruct():
113 Modifiers for method TestClass::__call():
117 Modifiers for method TestClass::__clone():
121 Modifiers for method TestClass::__get():
125 Modifiers for method TestClass::__set():
129 Modifiers for method TestClass::__unset():
133 Modifiers for method TestClass::__isset():
137 Modifiers for method TestClass::__tostring():
141 Modifiers for method TestClass::__sleep():
145 Modifiers for method TestClass::__wakeup():
149 Modifiers for method TestClass::__set_state():
153 Modifiers for method TestClass::__autoload():
157 Modifiers for method TestClass::foo():
161 Modifiers for method TestClass::stat():
165 Modifiers for method TestClass::priv():
169 Modifiers for method TestClass::prot():
173 Modifiers for method TestClass::fin():
177 Modifiers for method TestClass::__destruct():
181 Modifiers for method TestClass::__call():
185 Modifiers for method TestClass::__clone():
189 Modifiers for method TestClass::__get():
193 Modifiers for method TestClass::__set():
197 Modifiers for method TestClass::__unset():
201 Modifiers for method TestClass::__isset():
205 Modifiers for method TestClass::__tostring():
209 Modifiers for method TestClass::__sleep():
213 Modifiers for method TestClass::__wakeup():
217 Modifiers for method TestClass::__set_state():
221 Modifiers for method TestClass::__autoload():
225 Modifiers for method TestInterface::int():
229 Modifiers for method TestInterface::__clone():
233 Modifiers for method AbstractClass::foo():