Home
last modified time | relevance | path

Searched refs:ReflectionType (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php99 /** @return ReflectionType|null */
423 /** @return ReflectionType|null */
509 /** @return ReflectionType|null */
554 abstract class ReflectionType implements Stringable class
565 class ReflectionNamedType extends ReflectionType
574 class ReflectionUnionType extends ReflectionType
H A Dphp_reflection_arginfo.h661 ZEND_METHOD(ReflectionType, allowsNull);
662 ZEND_METHOD(ReflectionType, __toString);
931 ZEND_ME(ReflectionType, allowsNull, arginfo_class_ReflectionType_allowsNull, ZEND_ACC_PUBLIC)
932 ZEND_ME(ReflectionType, __toString, arginfo_class_ReflectionType___toString, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c2884 ZEND_METHOD(ReflectionType, allowsNull) in ZEND_METHOD() argument
2904 ZEND_METHOD(ReflectionType, __toString) in ZEND_METHOD() argument
/PHP-8.0/ext/reflection/tests/
H A Dbug72661.phpt2 Bug #72661 (ReflectionType::__toString crashes with iterable)
H A DReflectionExtension_getClasses_basic.phpt47 ["ReflectionType"]=>
50 string(14) "ReflectionType"
H A DReflectionType_002.phpt2 ReflectionType leak
H A Dstatic_type.phpt2 ReflectionType for static types
H A DReflectionType_possible_types.phpt2 ReflectionType possible types
H A DReflectionType_001.phpt2 ReflectionParameter::get/hasType and ReflectionType tests
/PHP-8.0/
H A DUPGRADING489 . The ReflectionType::__toString() method will now return a complete debug
503 . ReflectionType::isBuiltin() method has been moved to ReflectionNamedType.
907 ReflectionParameter::getType() and the ReflectionType APIs should be used

Completed in 39 milliseconds