reflection_method 2718 ext/reflection/php_reflection.c ZEND_METHOD(reflection_method, export)
reflection_method 2726 ext/reflection/php_reflection.c ZEND_METHOD(reflection_method, __construct)
reflection_method 2826 ext/reflection/php_reflection.c ZEND_METHOD(reflection_method, __toString)
reflection_method 2844 ext/reflection/php_reflection.c ZEND_METHOD(reflection_method, getClosure)
reflection_method 2879 ext/reflection/php_reflection.c ZEND_METHOD(reflection_method, invoke)
reflection_method 2982 ext/reflection/php_reflection.c ZEND_METHOD(reflection_method, invokeArgs)
reflection_method 3097 ext/reflection/php_reflection.c ZEND_METHOD(reflection_method, isFinal)
reflection_method 3105 ext/reflection/php_reflection.c ZEND_METHOD(reflection_method, isAbstract)
reflection_method 3113 ext/reflection/php_reflection.c ZEND_METHOD(reflection_method, isPublic)
reflection_method 3121 ext/reflection/php_reflection.c ZEND_METHOD(reflection_method, isPrivate)
reflection_method 3129 ext/reflection/php_reflection.c ZEND_METHOD(reflection_method, isProtected)
reflection_method 3137 ext/reflection/php_reflection.c ZEND_METHOD(reflection_method, isStatic)
reflection_method 3238 ext/reflection/php_reflection.c ZEND_METHOD(reflection_method, isConstructor)
reflection_method 3256 ext/reflection/php_reflection.c ZEND_METHOD(reflection_method, isDestructor)
reflection_method 3271 ext/reflection/php_reflection.c ZEND_METHOD(reflection_method, getModifiers)
reflection_method 3287 ext/reflection/php_reflection.c ZEND_METHOD(reflection_method, getDeclaringClass)
reflection_method 3305 ext/reflection/php_reflection.c ZEND_METHOD(reflection_method, getPrototype)
reflection_method 3329 ext/reflection/php_reflection.c ZEND_METHOD(reflection_method, setAccessible)
reflection_method 5854 ext/reflection/php_reflection.c 	ZEND_ME(reflection_method, export, arginfo_reflection_method_export, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC)
reflection_method 5855 ext/reflection/php_reflection.c 	ZEND_ME(reflection_method, __construct, arginfo_reflection_method___construct, 0)
reflection_method 5856 ext/reflection/php_reflection.c 	ZEND_ME(reflection_method, __toString, arginfo_reflection__void, 0)
reflection_method 5857 ext/reflection/php_reflection.c 	ZEND_ME(reflection_method, isPublic, arginfo_reflection__void, 0)
reflection_method 5858 ext/reflection/php_reflection.c 	ZEND_ME(reflection_method, isPrivate, arginfo_reflection__void, 0)
reflection_method 5859 ext/reflection/php_reflection.c 	ZEND_ME(reflection_method, isProtected, arginfo_reflection__void, 0)
reflection_method 5860 ext/reflection/php_reflection.c 	ZEND_ME(reflection_method, isAbstract, arginfo_reflection__void, 0)
reflection_method 5861 ext/reflection/php_reflection.c 	ZEND_ME(reflection_method, isFinal, arginfo_reflection__void, 0)
reflection_method 5862 ext/reflection/php_reflection.c 	ZEND_ME(reflection_method, isStatic, arginfo_reflection__void, 0)
reflection_method 5863 ext/reflection/php_reflection.c 	ZEND_ME(reflection_method, isConstructor, arginfo_reflection__void, 0)
reflection_method 5864 ext/reflection/php_reflection.c 	ZEND_ME(reflection_method, isDestructor, arginfo_reflection__void, 0)
reflection_method 5865 ext/reflection/php_reflection.c 	ZEND_ME(reflection_method, getClosure, arginfo_reflection_method_getClosure, 0)
reflection_method 5866 ext/reflection/php_reflection.c 	ZEND_ME(reflection_method, getModifiers, arginfo_reflection__void, 0)
reflection_method 5867 ext/reflection/php_reflection.c 	ZEND_ME(reflection_method, invoke, arginfo_reflection_method_invoke, 0)
reflection_method 5868 ext/reflection/php_reflection.c 	ZEND_ME(reflection_method, invokeArgs, arginfo_reflection_method_invokeArgs, 0)
reflection_method 5869 ext/reflection/php_reflection.c 	ZEND_ME(reflection_method, getDeclaringClass, arginfo_reflection__void, 0)
reflection_method 5870 ext/reflection/php_reflection.c 	ZEND_ME(reflection_method, getPrototype, arginfo_reflection__void, 0)