Lines Matching refs:reflection_method

2937 ZEND_METHOD(reflection_method, export)  in ZEND_METHOD()  argument
2945 ZEND_METHOD(reflection_method, __construct) in ZEND_METHOD() argument
3040 ZEND_METHOD(reflection_method, __toString) in ZEND_METHOD() argument
3057 ZEND_METHOD(reflection_method, getClosure) in ZEND_METHOD() argument
3212 ZEND_METHOD(reflection_method, invoke) in ZEND_METHOD() argument
3220 ZEND_METHOD(reflection_method, invokeArgs) in ZEND_METHOD() argument
3228 ZEND_METHOD(reflection_method, isFinal) in ZEND_METHOD() argument
3236 ZEND_METHOD(reflection_method, isAbstract) in ZEND_METHOD() argument
3244 ZEND_METHOD(reflection_method, isPublic) in ZEND_METHOD() argument
3252 ZEND_METHOD(reflection_method, isPrivate) in ZEND_METHOD() argument
3260 ZEND_METHOD(reflection_method, isProtected) in ZEND_METHOD() argument
3268 ZEND_METHOD(reflection_method, isStatic) in ZEND_METHOD() argument
3407 ZEND_METHOD(reflection_method, isConstructor) in ZEND_METHOD() argument
3425 ZEND_METHOD(reflection_method, isDestructor) in ZEND_METHOD() argument
3440 ZEND_METHOD(reflection_method, getModifiers) in ZEND_METHOD() argument
3458 ZEND_METHOD(reflection_method, getDeclaringClass) in ZEND_METHOD() argument
3475 ZEND_METHOD(reflection_method, getPrototype) in ZEND_METHOD() argument
3498 ZEND_METHOD(reflection_method, setAccessible) in ZEND_METHOD() argument
6260 …ZEND_ME(reflection_method, export, arginfo_reflection_method_export, ZEND_ACC_STATIC|ZEND_ACC_PUBL…
6261 ZEND_ME(reflection_method, __construct, arginfo_reflection_method___construct, 0)
6262 ZEND_ME(reflection_method, __toString, arginfo_reflection__void, 0)
6263 ZEND_ME(reflection_method, isPublic, arginfo_reflection__void, 0)
6264 ZEND_ME(reflection_method, isPrivate, arginfo_reflection__void, 0)
6265 ZEND_ME(reflection_method, isProtected, arginfo_reflection__void, 0)
6266 ZEND_ME(reflection_method, isAbstract, arginfo_reflection__void, 0)
6267 ZEND_ME(reflection_method, isFinal, arginfo_reflection__void, 0)
6268 ZEND_ME(reflection_method, isStatic, arginfo_reflection__void, 0)
6269 ZEND_ME(reflection_method, isConstructor, arginfo_reflection__void, 0)
6270 ZEND_ME(reflection_method, isDestructor, arginfo_reflection__void, 0)
6271 ZEND_ME(reflection_method, getClosure, arginfo_reflection_method_getClosure, 0)
6272 ZEND_ME(reflection_method, getModifiers, arginfo_reflection__void, 0)
6273 ZEND_ME(reflection_method, invoke, arginfo_reflection_method_invoke, 0)
6274 ZEND_ME(reflection_method, invokeArgs, arginfo_reflection_method_invokeArgs, 0)
6275 ZEND_ME(reflection_method, getDeclaringClass, arginfo_reflection__void, 0)
6276 ZEND_ME(reflection_method, getPrototype, arginfo_reflection__void, 0)
6277 ZEND_ME(reflection_method, setAccessible, arginfo_reflection_method_setAccessible, 0)