reflection_class 3657 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, export)
reflection_class 3713 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, __construct)
reflection_class 3764 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getStaticProperties)
reflection_class 3786 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getStaticPropertyValue)
reflection_class 3820 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, setStaticPropertyValue)
reflection_class 3850 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getDefaultProperties)
reflection_class 3870 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, __toString)
reflection_class 3888 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getName)
reflection_class 3899 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, isInternal)
reflection_class 3914 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, isUserDefined)
reflection_class 3929 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, isAnonymous)
reflection_class 3944 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getFileName)
reflection_class 3962 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getStartLine)
reflection_class 3980 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getEndLine)
reflection_class 3998 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getDocComment)
reflection_class 4016 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getConstructor)
reflection_class 4036 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, hasMethod)
reflection_class 4064 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getMethod)
reflection_class 4146 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getMethods)
reflection_class 4179 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, hasProperty)
reflection_class 4214 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getProperty)
reflection_class 4341 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getProperties)
reflection_class 4372 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, hasConstant)
reflection_class 4394 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getConstants)
reflection_class 4416 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getConstant)
reflection_class 4457 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, isInstantiable)
reflection_class 4482 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, isCloneable)
reflection_class 4517 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, isInterface)
reflection_class 4525 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, isTrait)
reflection_class 4533 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, isFinal)
reflection_class 4541 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, isAbstract)
reflection_class 4549 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getModifiers)
reflection_class 4565 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, isInstance)
reflection_class 4582 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, newInstance)
reflection_class 4657 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, newInstanceWithoutConstructor)
reflection_class 4676 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, newInstanceArgs)
reflection_class 4765 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getInterfaces)
reflection_class 4792 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getInterfaceNames)
reflection_class 4814 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getTraits)
reflection_class 4837 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getTraitNames)
reflection_class 4858 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getTraitAliases)
reflection_class 4890 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getParentClass)
reflection_class 4910 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, isSubclassOf)
reflection_class 4954 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, implementsInterface)
reflection_class 5003 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, isIterateable)
reflection_class 5021 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getExtension)
reflection_class 5041 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getExtensionName)
reflection_class 5063 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, inNamespace)
reflection_class 5086 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getNamespaceName)
reflection_class 5109 ext/reflection/php_reflection.c ZEND_METHOD(reflection_class, getShortName)
reflection_class 6284 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, export, arginfo_reflection_class_export, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC)
reflection_class 6285 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, __construct, arginfo_reflection_class___construct, 0)
reflection_class 6286 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, __toString, arginfo_reflection__void, 0)
reflection_class 6287 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getName, arginfo_reflection__void, 0)
reflection_class 6288 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, isInternal, arginfo_reflection__void, 0)
reflection_class 6289 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, isUserDefined, arginfo_reflection__void, 0)
reflection_class 6290 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, isAnonymous, arginfo_reflection__void, 0)
reflection_class 6291 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, isInstantiable, arginfo_reflection__void, 0)
reflection_class 6292 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, isCloneable, arginfo_reflection__void, 0)
reflection_class 6293 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getFileName, arginfo_reflection__void, 0)
reflection_class 6294 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getStartLine, arginfo_reflection__void, 0)
reflection_class 6295 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getEndLine, arginfo_reflection__void, 0)
reflection_class 6296 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getDocComment, arginfo_reflection__void, 0)
reflection_class 6297 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getConstructor, arginfo_reflection__void, 0)
reflection_class 6298 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, hasMethod, arginfo_reflection_class_hasMethod, 0)
reflection_class 6299 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getMethod, arginfo_reflection_class_getMethod, 0)
reflection_class 6300 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getMethods, arginfo_reflection_class_getMethods, 0)
reflection_class 6301 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, hasProperty, arginfo_reflection_class_hasProperty, 0)
reflection_class 6302 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getProperty, arginfo_reflection_class_getProperty, 0)
reflection_class 6303 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getProperties, arginfo_reflection_class_getProperties, 0)
reflection_class 6304 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, hasConstant, arginfo_reflection_class_hasConstant, 0)
reflection_class 6305 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getConstants, arginfo_reflection__void, 0)
reflection_class 6306 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getConstant, arginfo_reflection_class_getConstant, 0)
reflection_class 6307 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getInterfaces, arginfo_reflection__void, 0)
reflection_class 6308 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getInterfaceNames, arginfo_reflection__void, 0)
reflection_class 6309 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, isInterface, arginfo_reflection__void, 0)
reflection_class 6310 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getTraits, arginfo_reflection__void, 0)
reflection_class 6311 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getTraitNames, arginfo_reflection__void, 0)
reflection_class 6312 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getTraitAliases, arginfo_reflection__void, 0)
reflection_class 6313 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, isTrait, arginfo_reflection__void, 0)
reflection_class 6314 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, isAbstract, arginfo_reflection__void, 0)
reflection_class 6315 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, isFinal, arginfo_reflection__void, 0)
reflection_class 6316 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getModifiers, arginfo_reflection__void, 0)
reflection_class 6317 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, isInstance, arginfo_reflection_class_isInstance, 0)
reflection_class 6318 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, newInstance, arginfo_reflection_class_newInstance, 0)
reflection_class 6319 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, newInstanceWithoutConstructor, arginfo_reflection_class_newInstanceWithoutConstructor, 0)
reflection_class 6320 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, newInstanceArgs, arginfo_reflection_class_newInstanceArgs, 0)
reflection_class 6321 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getParentClass, arginfo_reflection__void, 0)
reflection_class 6322 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, isSubclassOf, arginfo_reflection_class_isSubclassOf, 0)
reflection_class 6323 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getStaticProperties, arginfo_reflection__void, 0)
reflection_class 6324 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getStaticPropertyValue, arginfo_reflection_class_getStaticPropertyValue, 0)
reflection_class 6325 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, setStaticPropertyValue, arginfo_reflection_class_setStaticPropertyValue, 0)
reflection_class 6326 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getDefaultProperties, arginfo_reflection__void, 0)
reflection_class 6327 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, isIterateable, arginfo_reflection__void, 0)
reflection_class 6328 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, implementsInterface, arginfo_reflection_class_implementsInterface, 0)
reflection_class 6329 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getExtension, arginfo_reflection__void, 0)
reflection_class 6330 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getExtensionName, arginfo_reflection__void, 0)
reflection_class 6331 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, inNamespace, arginfo_reflection__void, 0)
reflection_class 6332 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getNamespaceName, arginfo_reflection__void, 0)
reflection_class 6333 ext/reflection/php_reflection.c 	ZEND_ME(reflection_class, getShortName, arginfo_reflection__void, 0)