Lines Matching refs:reflection_class

3705 ZEND_METHOD(reflection_class, export)  in ZEND_METHOD()  argument
3760 ZEND_METHOD(reflection_class, __construct) in ZEND_METHOD() argument
3812 ZEND_METHOD(reflection_class, getStaticProperties) in ZEND_METHOD() argument
3834 ZEND_METHOD(reflection_class, getStaticPropertyValue) in ZEND_METHOD() argument
3867 ZEND_METHOD(reflection_class, setStaticPropertyValue) in ZEND_METHOD() argument
3897 ZEND_METHOD(reflection_class, getDefaultProperties) in ZEND_METHOD() argument
3917 ZEND_METHOD(reflection_class, __toString) in ZEND_METHOD() argument
3934 ZEND_METHOD(reflection_class, getName) in ZEND_METHOD() argument
3945 ZEND_METHOD(reflection_class, isInternal) in ZEND_METHOD() argument
3960 ZEND_METHOD(reflection_class, isUserDefined) in ZEND_METHOD() argument
3975 ZEND_METHOD(reflection_class, isAnonymous) in ZEND_METHOD() argument
3990 ZEND_METHOD(reflection_class, getFileName) in ZEND_METHOD() argument
4008 ZEND_METHOD(reflection_class, getStartLine) in ZEND_METHOD() argument
4026 ZEND_METHOD(reflection_class, getEndLine) in ZEND_METHOD() argument
4044 ZEND_METHOD(reflection_class, getDocComment) in ZEND_METHOD() argument
4062 ZEND_METHOD(reflection_class, getConstructor) in ZEND_METHOD() argument
4082 ZEND_METHOD(reflection_class, hasMethod) in ZEND_METHOD() argument
4109 ZEND_METHOD(reflection_class, getMethod) in ZEND_METHOD() argument
4178 ZEND_METHOD(reflection_class, getMethods) in ZEND_METHOD() argument
4221 ZEND_METHOD(reflection_class, hasProperty) in ZEND_METHOD() argument
4255 ZEND_METHOD(reflection_class, getProperty) in ZEND_METHOD() argument
4381 ZEND_METHOD(reflection_class, getProperties) in ZEND_METHOD() argument
4410 ZEND_METHOD(reflection_class, hasConstant) in ZEND_METHOD() argument
4431 ZEND_METHOD(reflection_class, getConstants) in ZEND_METHOD() argument
4457 ZEND_METHOD(reflection_class, getReflectionConstants) in ZEND_METHOD() argument
4479 ZEND_METHOD(reflection_class, getConstant) in ZEND_METHOD() argument
4505 ZEND_METHOD(reflection_class, getReflectionConstant) in ZEND_METHOD() argument
4540 ZEND_METHOD(reflection_class, isInstantiable) in ZEND_METHOD() argument
4565 ZEND_METHOD(reflection_class, isCloneable) in ZEND_METHOD() argument
4602 ZEND_METHOD(reflection_class, isInterface) in ZEND_METHOD() argument
4610 ZEND_METHOD(reflection_class, isTrait) in ZEND_METHOD() argument
4618 ZEND_METHOD(reflection_class, isFinal) in ZEND_METHOD() argument
4626 ZEND_METHOD(reflection_class, isAbstract) in ZEND_METHOD() argument
4634 ZEND_METHOD(reflection_class, getModifiers) in ZEND_METHOD() argument
4652 ZEND_METHOD(reflection_class, isInstance) in ZEND_METHOD() argument
4668 ZEND_METHOD(reflection_class, newInstance) in ZEND_METHOD() argument
4742 ZEND_METHOD(reflection_class, newInstanceWithoutConstructor) in ZEND_METHOD() argument
4760 ZEND_METHOD(reflection_class, newInstanceArgs) in ZEND_METHOD() argument
4847 ZEND_METHOD(reflection_class, getInterfaces) in ZEND_METHOD() argument
4874 ZEND_METHOD(reflection_class, getInterfaceNames) in ZEND_METHOD() argument
4901 ZEND_METHOD(reflection_class, getTraits) in ZEND_METHOD() argument
4929 ZEND_METHOD(reflection_class, getTraitNames) in ZEND_METHOD() argument
4955 ZEND_METHOD(reflection_class, getTraitAliases) in ZEND_METHOD() argument
4990 ZEND_METHOD(reflection_class, getParentClass) in ZEND_METHOD() argument
5010 ZEND_METHOD(reflection_class, isSubclassOf) in ZEND_METHOD() argument
5053 ZEND_METHOD(reflection_class, implementsInterface) in ZEND_METHOD() argument
5101 ZEND_METHOD(reflection_class, isIterable) in ZEND_METHOD() argument
5123 ZEND_METHOD(reflection_class, getExtension) in ZEND_METHOD() argument
5142 ZEND_METHOD(reflection_class, getExtensionName) in ZEND_METHOD() argument
5163 ZEND_METHOD(reflection_class, inNamespace) in ZEND_METHOD() argument
5186 ZEND_METHOD(reflection_class, getNamespaceName) in ZEND_METHOD() argument
5209 ZEND_METHOD(reflection_class, getShortName) in ZEND_METHOD() argument
6358 ZEND_ME(reflection_class, export, arginfo_reflection_class_export, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC)
6359 ZEND_ME(reflection_class, __construct, arginfo_reflection_class___construct, 0)
6360 ZEND_ME(reflection_class, __toString, arginfo_reflection__void, 0)
6361 ZEND_ME(reflection_class, getName, arginfo_reflection__void, 0)
6362 ZEND_ME(reflection_class, isInternal, arginfo_reflection__void, 0)
6363 ZEND_ME(reflection_class, isUserDefined, arginfo_reflection__void, 0)
6364 ZEND_ME(reflection_class, isAnonymous, arginfo_reflection__void, 0)
6365 ZEND_ME(reflection_class, isInstantiable, arginfo_reflection__void, 0)
6366 ZEND_ME(reflection_class, isCloneable, arginfo_reflection__void, 0)
6367 ZEND_ME(reflection_class, getFileName, arginfo_reflection__void, 0)
6368 ZEND_ME(reflection_class, getStartLine, arginfo_reflection__void, 0)
6369 ZEND_ME(reflection_class, getEndLine, arginfo_reflection__void, 0)
6370 ZEND_ME(reflection_class, getDocComment, arginfo_reflection__void, 0)
6371 ZEND_ME(reflection_class, getConstructor, arginfo_reflection__void, 0)
6372 ZEND_ME(reflection_class, hasMethod, arginfo_reflection_class_hasMethod, 0)
6373 ZEND_ME(reflection_class, getMethod, arginfo_reflection_class_getMethod, 0)
6374 ZEND_ME(reflection_class, getMethods, arginfo_reflection_class_getMethods, 0)
6375 ZEND_ME(reflection_class, hasProperty, arginfo_reflection_class_hasProperty, 0)
6376 ZEND_ME(reflection_class, getProperty, arginfo_reflection_class_getProperty, 0)
6377 ZEND_ME(reflection_class, getProperties, arginfo_reflection_class_getProperties, 0)
6378 ZEND_ME(reflection_class, hasConstant, arginfo_reflection_class_hasConstant, 0)
6379 ZEND_ME(reflection_class, getConstants, arginfo_reflection__void, 0)
6380 ZEND_ME(reflection_class, getReflectionConstants, arginfo_reflection__void, 0)
6381 ZEND_ME(reflection_class, getConstant, arginfo_reflection_class_getConstant, 0)
6382 ZEND_ME(reflection_class, getReflectionConstant, arginfo_reflection_class_getConstant, 0)
6383 ZEND_ME(reflection_class, getInterfaces, arginfo_reflection__void, 0)
6384 ZEND_ME(reflection_class, getInterfaceNames, arginfo_reflection__void, 0)
6385 ZEND_ME(reflection_class, isInterface, arginfo_reflection__void, 0)
6386 ZEND_ME(reflection_class, getTraits, arginfo_reflection__void, 0)
6387 ZEND_ME(reflection_class, getTraitNames, arginfo_reflection__void, 0)
6388 ZEND_ME(reflection_class, getTraitAliases, arginfo_reflection__void, 0)
6389 ZEND_ME(reflection_class, isTrait, arginfo_reflection__void, 0)
6390 ZEND_ME(reflection_class, isAbstract, arginfo_reflection__void, 0)
6391 ZEND_ME(reflection_class, isFinal, arginfo_reflection__void, 0)
6392 ZEND_ME(reflection_class, getModifiers, arginfo_reflection__void, 0)
6393 ZEND_ME(reflection_class, isInstance, arginfo_reflection_class_isInstance, 0)
6394 ZEND_ME(reflection_class, newInstance, arginfo_reflection_class_newInstance, 0)
6395 …ZEND_ME(reflection_class, newInstanceWithoutConstructor, arginfo_reflection_class_newInstanceWitho…
6396 ZEND_ME(reflection_class, newInstanceArgs, arginfo_reflection_class_newInstanceArgs, 0)
6397 ZEND_ME(reflection_class, getParentClass, arginfo_reflection__void, 0)
6398 ZEND_ME(reflection_class, isSubclassOf, arginfo_reflection_class_isSubclassOf, 0)
6399 ZEND_ME(reflection_class, getStaticProperties, arginfo_reflection__void, 0)
6400 …ZEND_ME(reflection_class, getStaticPropertyValue, arginfo_reflection_class_getStaticPropertyValue,…
6401 …ZEND_ME(reflection_class, setStaticPropertyValue, arginfo_reflection_class_setStaticPropertyValue,…
6402 ZEND_ME(reflection_class, getDefaultProperties, arginfo_reflection__void, 0)
6403 ZEND_ME(reflection_class, isIterable, arginfo_reflection__void, 0)
6404 ZEND_MALIAS(reflection_class, isIterateable, isIterable, arginfo_reflection__void, 0)
6405 ZEND_ME(reflection_class, implementsInterface, arginfo_reflection_class_implementsInterface, 0)
6406 ZEND_ME(reflection_class, getExtension, arginfo_reflection__void, 0)
6407 ZEND_ME(reflection_class, getExtensionName, arginfo_reflection__void, 0)
6408 ZEND_ME(reflection_class, inNamespace, arginfo_reflection__void, 0)
6409 ZEND_ME(reflection_class, getNamespaceName, arginfo_reflection__void, 0)
6410 ZEND_ME(reflection_class, getShortName, arginfo_reflection__void, 0)