Lines Matching refs:reflection_class

3008 ZEND_METHOD(reflection_class, export)  in ZEND_METHOD()  argument
3069 ZEND_METHOD(reflection_class, __construct) in ZEND_METHOD() argument
3077 ZEND_METHOD(reflection_class, getStaticProperties) in ZEND_METHOD() argument
3123 ZEND_METHOD(reflection_class, getStaticPropertyValue) in ZEND_METHOD() argument
3155 ZEND_METHOD(reflection_class, setStaticPropertyValue) in ZEND_METHOD() argument
3191 ZEND_METHOD(reflection_class, getDefaultProperties) in ZEND_METHOD() argument
3245 ZEND_METHOD(reflection_class, __toString) in ZEND_METHOD() argument
3263 ZEND_METHOD(reflection_class, getName) in ZEND_METHOD() argument
3274 ZEND_METHOD(reflection_class, isInternal) in ZEND_METHOD() argument
3289 ZEND_METHOD(reflection_class, isUserDefined) in ZEND_METHOD() argument
3304 ZEND_METHOD(reflection_class, getFileName) in ZEND_METHOD() argument
3322 ZEND_METHOD(reflection_class, getStartLine) in ZEND_METHOD() argument
3340 ZEND_METHOD(reflection_class, getEndLine) in ZEND_METHOD() argument
3358 ZEND_METHOD(reflection_class, getDocComment) in ZEND_METHOD() argument
3376 ZEND_METHOD(reflection_class, getConstructor) in ZEND_METHOD() argument
3396 ZEND_METHOD(reflection_class, hasMethod) in ZEND_METHOD() argument
3424 ZEND_METHOD(reflection_class, getMethod) in ZEND_METHOD() argument
3507 ZEND_METHOD(reflection_class, getMethods) in ZEND_METHOD() argument
3540 ZEND_METHOD(reflection_class, hasProperty) in ZEND_METHOD() argument
3577 ZEND_METHOD(reflection_class, getProperty) in ZEND_METHOD() argument
3697 ZEND_METHOD(reflection_class, getProperties) in ZEND_METHOD() argument
3728 ZEND_METHOD(reflection_class, hasConstant) in ZEND_METHOD() argument
3751 ZEND_METHOD(reflection_class, getConstants) in ZEND_METHOD() argument
3769 ZEND_METHOD(reflection_class, getConstant) in ZEND_METHOD() argument
3807 ZEND_METHOD(reflection_class, isInstantiable) in ZEND_METHOD() argument
3832 ZEND_METHOD(reflection_class, isInterface) in ZEND_METHOD() argument
3840 ZEND_METHOD(reflection_class, isFinal) in ZEND_METHOD() argument
3848 ZEND_METHOD(reflection_class, isAbstract) in ZEND_METHOD() argument
3856 ZEND_METHOD(reflection_class, getModifiers) in ZEND_METHOD() argument
3872 ZEND_METHOD(reflection_class, isInstance) in ZEND_METHOD() argument
3889 ZEND_METHOD(reflection_class, newInstance) in ZEND_METHOD() argument
3961 ZEND_METHOD(reflection_class, newInstanceArgs) in ZEND_METHOD() argument
4041 ZEND_METHOD(reflection_class, getInterfaces) in ZEND_METHOD() argument
4069 ZEND_METHOD(reflection_class, getInterfaceNames) in ZEND_METHOD() argument
4091 ZEND_METHOD(reflection_class, getParentClass) in ZEND_METHOD() argument
4111 ZEND_METHOD(reflection_class, isSubclassOf) in ZEND_METHOD() argument
4156 ZEND_METHOD(reflection_class, implementsInterface) in ZEND_METHOD() argument
4206 ZEND_METHOD(reflection_class, isIterateable) in ZEND_METHOD() argument
4224 ZEND_METHOD(reflection_class, getExtension) in ZEND_METHOD() argument
4244 ZEND_METHOD(reflection_class, getExtensionName) in ZEND_METHOD() argument
4266 ZEND_METHOD(reflection_class, inNamespace) in ZEND_METHOD() argument
4289 ZEND_METHOD(reflection_class, getNamespaceName) in ZEND_METHOD() argument
4312 ZEND_METHOD(reflection_class, getShortName) in ZEND_METHOD() argument
5280 ZEND_ME(reflection_class, export, arginfo_reflection_class_export, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC)
5281 ZEND_ME(reflection_class, __construct, arginfo_reflection_class___construct, 0)
5282 ZEND_ME(reflection_class, __toString, arginfo_reflection__void, 0)
5283 ZEND_ME(reflection_class, getName, arginfo_reflection__void, 0)
5284 ZEND_ME(reflection_class, isInternal, arginfo_reflection__void, 0)
5285 ZEND_ME(reflection_class, isUserDefined, arginfo_reflection__void, 0)
5286 ZEND_ME(reflection_class, isInstantiable, arginfo_reflection__void, 0)
5287 ZEND_ME(reflection_class, getFileName, arginfo_reflection__void, 0)
5288 ZEND_ME(reflection_class, getStartLine, arginfo_reflection__void, 0)
5289 ZEND_ME(reflection_class, getEndLine, arginfo_reflection__void, 0)
5290 ZEND_ME(reflection_class, getDocComment, arginfo_reflection__void, 0)
5291 ZEND_ME(reflection_class, getConstructor, arginfo_reflection__void, 0)
5292 ZEND_ME(reflection_class, hasMethod, arginfo_reflection_class_hasMethod, 0)
5293 ZEND_ME(reflection_class, getMethod, arginfo_reflection_class_getMethod, 0)
5294 ZEND_ME(reflection_class, getMethods, arginfo_reflection_class_getMethods, 0)
5295 ZEND_ME(reflection_class, hasProperty, arginfo_reflection_class_hasProperty, 0)
5296 ZEND_ME(reflection_class, getProperty, arginfo_reflection_class_getProperty, 0)
5297 ZEND_ME(reflection_class, getProperties, arginfo_reflection_class_getProperties, 0)
5298 ZEND_ME(reflection_class, hasConstant, arginfo_reflection_class_hasConstant, 0)
5299 ZEND_ME(reflection_class, getConstants, arginfo_reflection__void, 0)
5300 ZEND_ME(reflection_class, getConstant, arginfo_reflection_class_getConstant, 0)
5301 ZEND_ME(reflection_class, getInterfaces, arginfo_reflection__void, 0)
5302 ZEND_ME(reflection_class, getInterfaceNames, arginfo_reflection__void, 0)
5303 ZEND_ME(reflection_class, isInterface, arginfo_reflection__void, 0)
5304 ZEND_ME(reflection_class, isAbstract, arginfo_reflection__void, 0)
5305 ZEND_ME(reflection_class, isFinal, arginfo_reflection__void, 0)
5306 ZEND_ME(reflection_class, getModifiers, arginfo_reflection__void, 0)
5307 ZEND_ME(reflection_class, isInstance, arginfo_reflection_class_isInstance, 0)
5308 ZEND_ME(reflection_class, newInstance, arginfo_reflection_class_newInstance, 0)
5309 ZEND_ME(reflection_class, newInstanceArgs, arginfo_reflection_class_newInstanceArgs, 0)
5310 ZEND_ME(reflection_class, getParentClass, arginfo_reflection__void, 0)
5311 ZEND_ME(reflection_class, isSubclassOf, arginfo_reflection_class_isSubclassOf, 0)
5312 ZEND_ME(reflection_class, getStaticProperties, arginfo_reflection__void, 0)
5313 …ZEND_ME(reflection_class, getStaticPropertyValue, arginfo_reflection_class_getStaticPropertyValue,…
5314 …ZEND_ME(reflection_class, setStaticPropertyValue, arginfo_reflection_class_setStaticPropertyValue,…
5315 ZEND_ME(reflection_class, getDefaultProperties, arginfo_reflection__void, 0)
5316 ZEND_ME(reflection_class, isIterateable, arginfo_reflection__void, 0)
5317 ZEND_ME(reflection_class, implementsInterface, arginfo_reflection_class_implementsInterface, 0)
5318 ZEND_ME(reflection_class, getExtension, arginfo_reflection__void, 0)
5319 ZEND_ME(reflection_class, getExtensionName, arginfo_reflection__void, 0)
5320 ZEND_ME(reflection_class, inNamespace, arginfo_reflection__void, 0)
5321 ZEND_ME(reflection_class, getNamespaceName, arginfo_reflection__void, 0)
5322 ZEND_ME(reflection_class, getShortName, arginfo_reflection__void, 0)