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