Searched refs:getTypes (Results 1 – 11 of 11) sorted by relevance
/php-src/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)
|
/php-src/Zend/tests/type_declarations/union_types/ |
H A D | internal_trait_use_typed_union.phpt | 17 $types = $union->getTypes();
|
/php-src/ext/zend_test/tests/ |
H A D | variadic_arguments.phpt | 20 $types = $type->getTypes();
|
/php-src/ext/reflection/tests/types/ |
H A D | pure_intersection_type_implicitly_nullable.phpt | 10 foreach ($rt->getTypes() as $type) {
|
H A D | intersection_types.phpt | 9 foreach ($rt->getTypes() as $type) {
|
H A D | dnf_types_with_null.phpt | 10 foreach ($rt->getTypes() as $type) {
|
H A D | dnf_types.phpt | 9 foreach ($rt->getTypes() as $type) {
|
H A D | union_types.phpt | 9 foreach ($rt->getTypes() as $type) {
|
/php-src/ext/reflection/ |
H A D | php_reflection.stub.php | 735 public function getTypes(): array {} function in ReflectionUnionType 740 public function getTypes(): array {} function in ReflectionIntersectionType
|
H A D | php_reflection_arginfo.h | 931 ZEND_METHOD(ReflectionUnionType, getTypes); 932 ZEND_METHOD(ReflectionIntersectionType, getTypes); 1255 ZEND_ME(ReflectionUnionType, getTypes, arginfo_class_ReflectionUnionType_getTypes, ZEND_ACC_PUBLIC) 1260 …ZEND_ME(ReflectionIntersectionType, getTypes, arginfo_class_ReflectionIntersectionType_getTypes, Z…
|
H A D | php_reflection.c | 3081 ZEND_METHOD(ReflectionUnionType, getTypes) in ZEND_METHOD() argument 3139 ZEND_METHOD(ReflectionIntersectionType, getTypes) in ZEND_METHOD() argument
|
Completed in 60 milliseconds