Searched refs:ReflectionType (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/reflection/ |
H A D | php_reflection.stub.php | 99 /** @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 D | php_reflection_arginfo.h | 661 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 D | php_reflection.c | 2884 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 D | bug72661.phpt | 2 Bug #72661 (ReflectionType::__toString crashes with iterable)
|
H A D | ReflectionExtension_getClasses_basic.phpt | 47 ["ReflectionType"]=> 50 string(14) "ReflectionType"
|
H A D | ReflectionType_002.phpt | 2 ReflectionType leak
|
H A D | static_type.phpt | 2 ReflectionType for static types
|
H A D | ReflectionType_possible_types.phpt | 2 ReflectionType possible types
|
H A D | ReflectionType_001.phpt | 2 ReflectionParameter::get/hasType and ReflectionType tests
|
/PHP-8.0/ |
H A D | UPGRADING | 489 . 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 30 milliseconds