Lines Matching refs:ReflectionClass

31 …BJ_INFO_EX(arginfo_class_ReflectionFunctionAbstract_getClosureScopeClass, 0, 0, ReflectionClass, 1)
174 …TIVE_RETURN_OBJ_INFO_EX(arginfo_class_ReflectionMethod_getDeclaringClass, 0, 0, ReflectionClass, 0)
326 …OBJ_TYPE_MASK_EX(arginfo_class_ReflectionClass_getParentClass, 0, 0, ReflectionClass, MAY_BE_FALSE)
330 ZEND_ARG_OBJ_TYPE_MASK(0, class, ReflectionClass, MAY_BE_STRING, NULL)
352 ZEND_ARG_OBJ_TYPE_MASK(0, interface, ReflectionClass, MAY_BE_STRING, NULL)
715 ZEND_METHOD(ReflectionClass, __clone);
780 ZEND_METHOD(ReflectionClass, __construct);
781 ZEND_METHOD(ReflectionClass, __toString);
782 ZEND_METHOD(ReflectionClass, getName);
783 ZEND_METHOD(ReflectionClass, isInternal);
784 ZEND_METHOD(ReflectionClass, isUserDefined);
785 ZEND_METHOD(ReflectionClass, isAnonymous);
786 ZEND_METHOD(ReflectionClass, isInstantiable);
787 ZEND_METHOD(ReflectionClass, isCloneable);
788 ZEND_METHOD(ReflectionClass, getFileName);
789 ZEND_METHOD(ReflectionClass, getStartLine);
790 ZEND_METHOD(ReflectionClass, getEndLine);
791 ZEND_METHOD(ReflectionClass, getDocComment);
792 ZEND_METHOD(ReflectionClass, getConstructor);
793 ZEND_METHOD(ReflectionClass, hasMethod);
794 ZEND_METHOD(ReflectionClass, getMethod);
795 ZEND_METHOD(ReflectionClass, getMethods);
796 ZEND_METHOD(ReflectionClass, hasProperty);
797 ZEND_METHOD(ReflectionClass, getProperty);
798 ZEND_METHOD(ReflectionClass, getProperties);
799 ZEND_METHOD(ReflectionClass, hasConstant);
800 ZEND_METHOD(ReflectionClass, getConstants);
801 ZEND_METHOD(ReflectionClass, getReflectionConstants);
802 ZEND_METHOD(ReflectionClass, getConstant);
803 ZEND_METHOD(ReflectionClass, getReflectionConstant);
804 ZEND_METHOD(ReflectionClass, getInterfaces);
805 ZEND_METHOD(ReflectionClass, getInterfaceNames);
806 ZEND_METHOD(ReflectionClass, isInterface);
807 ZEND_METHOD(ReflectionClass, getTraits);
808 ZEND_METHOD(ReflectionClass, getTraitNames);
809 ZEND_METHOD(ReflectionClass, getTraitAliases);
810 ZEND_METHOD(ReflectionClass, isTrait);
811 ZEND_METHOD(ReflectionClass, isEnum);
812 ZEND_METHOD(ReflectionClass, isAbstract);
813 ZEND_METHOD(ReflectionClass, isFinal);
814 ZEND_METHOD(ReflectionClass, isReadOnly);
815 ZEND_METHOD(ReflectionClass, getModifiers);
816 ZEND_METHOD(ReflectionClass, isInstance);
817 ZEND_METHOD(ReflectionClass, newInstance);
818 ZEND_METHOD(ReflectionClass, newInstanceWithoutConstructor);
819 ZEND_METHOD(ReflectionClass, newInstanceArgs);
820 ZEND_METHOD(ReflectionClass, newLazyGhost);
821 ZEND_METHOD(ReflectionClass, newLazyProxy);
822 ZEND_METHOD(ReflectionClass, resetAsLazyGhost);
823 ZEND_METHOD(ReflectionClass, resetAsLazyProxy);
824 ZEND_METHOD(ReflectionClass, initializeLazyObject);
825 ZEND_METHOD(ReflectionClass, isUninitializedLazyObject);
826 ZEND_METHOD(ReflectionClass, markLazyObjectAsInitialized);
827 ZEND_METHOD(ReflectionClass, getLazyInitializer);
828 ZEND_METHOD(ReflectionClass, getParentClass);
829 ZEND_METHOD(ReflectionClass, isSubclassOf);
830 ZEND_METHOD(ReflectionClass, getStaticProperties);
831 ZEND_METHOD(ReflectionClass, getStaticPropertyValue);
832 ZEND_METHOD(ReflectionClass, setStaticPropertyValue);
833 ZEND_METHOD(ReflectionClass, getDefaultProperties);
834 ZEND_METHOD(ReflectionClass, isIterable);
835 ZEND_METHOD(ReflectionClass, implementsInterface);
836 ZEND_METHOD(ReflectionClass, getExtension);
837 ZEND_METHOD(ReflectionClass, getExtensionName);
838 ZEND_METHOD(ReflectionClass, inNamespace);
839 ZEND_METHOD(ReflectionClass, getNamespaceName);
840 ZEND_METHOD(ReflectionClass, getShortName);
841 ZEND_METHOD(ReflectionClass, getAttributes);
1067 ZEND_ME(ReflectionClass, __clone, arginfo_class_ReflectionClass___clone, ZEND_ACC_PRIVATE)
1068 ZEND_ME(ReflectionClass, __construct, arginfo_class_ReflectionClass___construct, ZEND_ACC_PUBLIC)
1069 ZEND_ME(ReflectionClass, __toString, arginfo_class_ReflectionClass___toString, ZEND_ACC_PUBLIC)
1070 ZEND_ME(ReflectionClass, getName, arginfo_class_ReflectionClass_getName, ZEND_ACC_PUBLIC)
1071 ZEND_ME(ReflectionClass, isInternal, arginfo_class_ReflectionClass_isInternal, ZEND_ACC_PUBLIC)
1072 …ZEND_ME(ReflectionClass, isUserDefined, arginfo_class_ReflectionClass_isUserDefined, ZEND_ACC_PUBL…
1073 ZEND_ME(ReflectionClass, isAnonymous, arginfo_class_ReflectionClass_isAnonymous, ZEND_ACC_PUBLIC)
1074 …ZEND_ME(ReflectionClass, isInstantiable, arginfo_class_ReflectionClass_isInstantiable, ZEND_ACC_PU…
1075 ZEND_ME(ReflectionClass, isCloneable, arginfo_class_ReflectionClass_isCloneable, ZEND_ACC_PUBLIC)
1076 ZEND_ME(ReflectionClass, getFileName, arginfo_class_ReflectionClass_getFileName, ZEND_ACC_PUBLIC)
1077 ZEND_ME(ReflectionClass, getStartLine, arginfo_class_ReflectionClass_getStartLine, ZEND_ACC_PUBLIC)
1078 ZEND_ME(ReflectionClass, getEndLine, arginfo_class_ReflectionClass_getEndLine, ZEND_ACC_PUBLIC)
1079 …ZEND_ME(ReflectionClass, getDocComment, arginfo_class_ReflectionClass_getDocComment, ZEND_ACC_PUBL…
1080 …ZEND_ME(ReflectionClass, getConstructor, arginfo_class_ReflectionClass_getConstructor, ZEND_ACC_PU…
1081 ZEND_ME(ReflectionClass, hasMethod, arginfo_class_ReflectionClass_hasMethod, ZEND_ACC_PUBLIC)
1082 ZEND_ME(ReflectionClass, getMethod, arginfo_class_ReflectionClass_getMethod, ZEND_ACC_PUBLIC)
1083 ZEND_ME(ReflectionClass, getMethods, arginfo_class_ReflectionClass_getMethods, ZEND_ACC_PUBLIC)
1084 ZEND_ME(ReflectionClass, hasProperty, arginfo_class_ReflectionClass_hasProperty, ZEND_ACC_PUBLIC)
1085 ZEND_ME(ReflectionClass, getProperty, arginfo_class_ReflectionClass_getProperty, ZEND_ACC_PUBLIC)
1086 …ZEND_ME(ReflectionClass, getProperties, arginfo_class_ReflectionClass_getProperties, ZEND_ACC_PUBL…
1087 ZEND_ME(ReflectionClass, hasConstant, arginfo_class_ReflectionClass_hasConstant, ZEND_ACC_PUBLIC)
1088 ZEND_ME(ReflectionClass, getConstants, arginfo_class_ReflectionClass_getConstants, ZEND_ACC_PUBLIC)
1089 …ZEND_ME(ReflectionClass, getReflectionConstants, arginfo_class_ReflectionClass_getReflectionConsta…
1090 ZEND_ME(ReflectionClass, getConstant, arginfo_class_ReflectionClass_getConstant, ZEND_ACC_PUBLIC)
1091 …ZEND_ME(ReflectionClass, getReflectionConstant, arginfo_class_ReflectionClass_getReflectionConstan…
1092 …ZEND_ME(ReflectionClass, getInterfaces, arginfo_class_ReflectionClass_getInterfaces, ZEND_ACC_PUBL…
1093 …ZEND_ME(ReflectionClass, getInterfaceNames, arginfo_class_ReflectionClass_getInterfaceNames, ZEND_…
1094 ZEND_ME(ReflectionClass, isInterface, arginfo_class_ReflectionClass_isInterface, ZEND_ACC_PUBLIC)
1095 ZEND_ME(ReflectionClass, getTraits, arginfo_class_ReflectionClass_getTraits, ZEND_ACC_PUBLIC)
1096 …ZEND_ME(ReflectionClass, getTraitNames, arginfo_class_ReflectionClass_getTraitNames, ZEND_ACC_PUBL…
1097 …ZEND_ME(ReflectionClass, getTraitAliases, arginfo_class_ReflectionClass_getTraitAliases, ZEND_ACC_…
1098 ZEND_ME(ReflectionClass, isTrait, arginfo_class_ReflectionClass_isTrait, ZEND_ACC_PUBLIC)
1099 ZEND_ME(ReflectionClass, isEnum, arginfo_class_ReflectionClass_isEnum, ZEND_ACC_PUBLIC)
1100 ZEND_ME(ReflectionClass, isAbstract, arginfo_class_ReflectionClass_isAbstract, ZEND_ACC_PUBLIC)
1101 ZEND_ME(ReflectionClass, isFinal, arginfo_class_ReflectionClass_isFinal, ZEND_ACC_PUBLIC)
1102 ZEND_ME(ReflectionClass, isReadOnly, arginfo_class_ReflectionClass_isReadOnly, ZEND_ACC_PUBLIC)
1103 ZEND_ME(ReflectionClass, getModifiers, arginfo_class_ReflectionClass_getModifiers, ZEND_ACC_PUBLIC)
1104 ZEND_ME(ReflectionClass, isInstance, arginfo_class_ReflectionClass_isInstance, ZEND_ACC_PUBLIC)
1105 ZEND_ME(ReflectionClass, newInstance, arginfo_class_ReflectionClass_newInstance, ZEND_ACC_PUBLIC)
1106 …ZEND_ME(ReflectionClass, newInstanceWithoutConstructor, arginfo_class_ReflectionClass_newInstanceW…
1107 …ZEND_ME(ReflectionClass, newInstanceArgs, arginfo_class_ReflectionClass_newInstanceArgs, ZEND_ACC_…
1108 ZEND_ME(ReflectionClass, newLazyGhost, arginfo_class_ReflectionClass_newLazyGhost, ZEND_ACC_PUBLIC)
1109 ZEND_ME(ReflectionClass, newLazyProxy, arginfo_class_ReflectionClass_newLazyProxy, ZEND_ACC_PUBLIC)
1110 …ZEND_ME(ReflectionClass, resetAsLazyGhost, arginfo_class_ReflectionClass_resetAsLazyGhost, ZEND_AC…
1111 …ZEND_ME(ReflectionClass, resetAsLazyProxy, arginfo_class_ReflectionClass_resetAsLazyProxy, ZEND_AC…
1112 …ZEND_ME(ReflectionClass, initializeLazyObject, arginfo_class_ReflectionClass_initializeLazyObject,…
1113 …ZEND_ME(ReflectionClass, isUninitializedLazyObject, arginfo_class_ReflectionClass_isUninitializedL…
1114 …ZEND_ME(ReflectionClass, markLazyObjectAsInitialized, arginfo_class_ReflectionClass_markLazyObject…
1115 …ZEND_ME(ReflectionClass, getLazyInitializer, arginfo_class_ReflectionClass_getLazyInitializer, ZEN…
1116 …ZEND_ME(ReflectionClass, getParentClass, arginfo_class_ReflectionClass_getParentClass, ZEND_ACC_PU…
1117 ZEND_ME(ReflectionClass, isSubclassOf, arginfo_class_ReflectionClass_isSubclassOf, ZEND_ACC_PUBLIC)
1118 …ZEND_ME(ReflectionClass, getStaticProperties, arginfo_class_ReflectionClass_getStaticProperties, Z…
1119 …ZEND_ME(ReflectionClass, getStaticPropertyValue, arginfo_class_ReflectionClass_getStaticPropertyVa…
1120 …ZEND_ME(ReflectionClass, setStaticPropertyValue, arginfo_class_ReflectionClass_setStaticPropertyVa…
1121 …ZEND_ME(ReflectionClass, getDefaultProperties, arginfo_class_ReflectionClass_getDefaultProperties,…
1122 ZEND_ME(ReflectionClass, isIterable, arginfo_class_ReflectionClass_isIterable, ZEND_ACC_PUBLIC)
1124 …ZEND_ME(ReflectionClass, implementsInterface, arginfo_class_ReflectionClass_implementsInterface, Z…
1125 ZEND_ME(ReflectionClass, getExtension, arginfo_class_ReflectionClass_getExtension, ZEND_ACC_PUBLIC)
1126 …ZEND_ME(ReflectionClass, getExtensionName, arginfo_class_ReflectionClass_getExtensionName, ZEND_AC…
1127 ZEND_ME(ReflectionClass, inNamespace, arginfo_class_ReflectionClass_inNamespace, ZEND_ACC_PUBLIC)
1128 …ZEND_ME(ReflectionClass, getNamespaceName, arginfo_class_ReflectionClass_getNamespaceName, ZEND_AC…
1129 ZEND_ME(ReflectionClass, getShortName, arginfo_class_ReflectionClass_getShortName, ZEND_ACC_PUBLIC)
1130 …ZEND_ME(ReflectionClass, getAttributes, arginfo_class_ReflectionClass_getAttributes, ZEND_ACC_PUBL…