Searched refs:getTypes (Results 1 – 7 of 7) sorted by relevance
/PHP-8.1/ext/reflection/tests/ |
H A D | bug80190.phpt | 31 …print ' $method->getReturnType()->getTypes() returns an array with ' . count($method->getReturn… 37 foreach ($method->getReturnType()->getTypes() as $type) { 56 $method->getReturnType()->getTypes() returns an array with 2 element(s) 66 $method->getReturnType()->getTypes() returns an array with 2 element(s)
|
H A D | intersection_types.phpt | 9 foreach ($rt->getTypes() as $type) {
|
H A D | union_types.phpt | 9 foreach ($rt->getTypes() as $type) {
|
/PHP-8.1/ext/zend_test/tests/ |
H A D | variadic_arguments.phpt | 20 $types = $type->getTypes();
|
/PHP-8.1/ext/reflection/ |
H A D | php_reflection.stub.php | 606 public function getTypes(): array {} function in ReflectionUnionType 611 public function getTypes(): array {} function in ReflectionIntersectionType
|
H A D | php_reflection_arginfo.h | 780 ZEND_METHOD(ReflectionUnionType, getTypes); 781 ZEND_METHOD(ReflectionIntersectionType, getTypes); 1085 ZEND_ME(ReflectionUnionType, getTypes, arginfo_class_ReflectionUnionType_getTypes, ZEND_ACC_PUBLIC) 1091 …ZEND_ME(ReflectionIntersectionType, getTypes, arginfo_class_ReflectionIntersectionType_getTypes, Z…
|
H A D | php_reflection.c | 3088 ZEND_METHOD(ReflectionUnionType, getTypes) in ZEND_METHOD() argument 3149 ZEND_METHOD(ReflectionIntersectionType, getTypes) in ZEND_METHOD() argument
|
Completed in 26 milliseconds