Home
last modified time | relevance | path

Searched refs:getTypes (Results 1 – 11 of 11) sorted by relevance

/PHP-8.3/ext/reflection/tests/
H A Dbug80190.phpt31 …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-8.3/Zend/tests/type_declarations/union_types/
H A Dinternal_trait_use_typed_union.phpt17 $types = $union->getTypes();
/PHP-8.3/ext/zend_test/tests/
H A Dvariadic_arguments.phpt20 $types = $type->getTypes();
/PHP-8.3/ext/reflection/tests/types/
H A Dpure_intersection_type_implicitly_nullable.phpt10 foreach ($rt->getTypes() as $type) {
H A Dintersection_types.phpt9 foreach ($rt->getTypes() as $type) {
H A Ddnf_types_with_null.phpt10 foreach ($rt->getTypes() as $type) {
H A Ddnf_types.phpt9 foreach ($rt->getTypes() as $type) {
H A Dunion_types.phpt9 foreach ($rt->getTypes() as $type) {
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php724 public function getTypes(): array {} function in ReflectionUnionType
729 public function getTypes(): array {} function in ReflectionIntersectionType
H A Dphp_reflection_arginfo.h800 ZEND_METHOD(ReflectionUnionType, getTypes);
801 ZEND_METHOD(ReflectionIntersectionType, getTypes);
1111 ZEND_ME(ReflectionUnionType, getTypes, arginfo_class_ReflectionUnionType_getTypes, ZEND_ACC_PUBLIC)
1117 …ZEND_ME(ReflectionIntersectionType, getTypes, arginfo_class_ReflectionIntersectionType_getTypes, Z…
H A Dphp_reflection.c3108 ZEND_METHOD(ReflectionUnionType, getTypes) in ZEND_METHOD() argument
3168 ZEND_METHOD(ReflectionIntersectionType, getTypes) in ZEND_METHOD() argument

Completed in 38 milliseconds