Lines Matching refs:reflection_method
2974 ZEND_METHOD(reflection_method, export) in ZEND_METHOD() argument
2982 ZEND_METHOD(reflection_method, __construct) in ZEND_METHOD() argument
3078 ZEND_METHOD(reflection_method, __toString) in ZEND_METHOD() argument
3095 ZEND_METHOD(reflection_method, getClosure) in ZEND_METHOD() argument
3257 ZEND_METHOD(reflection_method, invoke) in ZEND_METHOD() argument
3265 ZEND_METHOD(reflection_method, invokeArgs) in ZEND_METHOD() argument
3273 ZEND_METHOD(reflection_method, isFinal) in ZEND_METHOD() argument
3281 ZEND_METHOD(reflection_method, isAbstract) in ZEND_METHOD() argument
3289 ZEND_METHOD(reflection_method, isPublic) in ZEND_METHOD() argument
3297 ZEND_METHOD(reflection_method, isPrivate) in ZEND_METHOD() argument
3305 ZEND_METHOD(reflection_method, isProtected) in ZEND_METHOD() argument
3313 ZEND_METHOD(reflection_method, isStatic) in ZEND_METHOD() argument
3453 ZEND_METHOD(reflection_method, isConstructor) in ZEND_METHOD() argument
3471 ZEND_METHOD(reflection_method, isDestructor) in ZEND_METHOD() argument
3486 ZEND_METHOD(reflection_method, getModifiers) in ZEND_METHOD() argument
3504 ZEND_METHOD(reflection_method, getDeclaringClass) in ZEND_METHOD() argument
3522 ZEND_METHOD(reflection_method, getPrototype) in ZEND_METHOD() argument
3546 ZEND_METHOD(reflection_method, setAccessible) in ZEND_METHOD() argument
6360 …ZEND_ME(reflection_method, export, arginfo_reflection_method_export, ZEND_ACC_STATIC|ZEND_ACC_PUBL…
6361 ZEND_ME(reflection_method, __construct, arginfo_reflection_method___construct, 0)
6362 ZEND_ME(reflection_method, __toString, arginfo_reflection__void, 0)
6363 ZEND_ME(reflection_method, isPublic, arginfo_reflection__void, 0)
6364 ZEND_ME(reflection_method, isPrivate, arginfo_reflection__void, 0)
6365 ZEND_ME(reflection_method, isProtected, arginfo_reflection__void, 0)
6366 ZEND_ME(reflection_method, isAbstract, arginfo_reflection__void, 0)
6367 ZEND_ME(reflection_method, isFinal, arginfo_reflection__void, 0)
6368 ZEND_ME(reflection_method, isStatic, arginfo_reflection__void, 0)
6369 ZEND_ME(reflection_method, isConstructor, arginfo_reflection__void, 0)
6370 ZEND_ME(reflection_method, isDestructor, arginfo_reflection__void, 0)
6371 ZEND_ME(reflection_method, getClosure, arginfo_reflection_method_getClosure, 0)
6372 ZEND_ME(reflection_method, getModifiers, arginfo_reflection__void, 0)
6373 ZEND_ME(reflection_method, invoke, arginfo_reflection_method_invoke, 0)
6374 ZEND_ME(reflection_method, invokeArgs, arginfo_reflection_method_invokeArgs, 0)
6375 ZEND_ME(reflection_method, getDeclaringClass, arginfo_reflection__void, 0)
6376 ZEND_ME(reflection_method, getPrototype, arginfo_reflection__void, 0)
6377 ZEND_ME(reflection_method, setAccessible, arginfo_reflection_method_setAccessible, 0)