Home
last modified time | relevance | path

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

/php-src/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-src/Zend/tests/type_declarations/union_types/
H A Dinternal_trait_use_typed_union.phpt17 $types = $union->getTypes();
/php-src/ext/zend_test/tests/
H A Dvariadic_arguments.phpt20 $types = $type->getTypes();
/php-src/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-src/ext/reflection/
H A Dphp_reflection.stub.php737 public function getTypes(): array {} function in ReflectionUnionType
742 public function getTypes(): array {} function in ReflectionIntersectionType
H A Dphp_reflection_arginfo.h916 ZEND_METHOD(ReflectionUnionType, getTypes);
917 ZEND_METHOD(ReflectionIntersectionType, getTypes);
1236 ZEND_ME(ReflectionUnionType, getTypes, arginfo_class_ReflectionUnionType_getTypes, ZEND_ACC_PUBLIC)
1241 …ZEND_ME(ReflectionIntersectionType, getTypes, arginfo_class_ReflectionIntersectionType_getTypes, Z…
H A Dphp_reflection.c3169 ZEND_METHOD(ReflectionUnionType, getTypes) in ZEND_METHOD() argument
3229 ZEND_METHOD(ReflectionIntersectionType, getTypes) in ZEND_METHOD() argument

Completed in 38 milliseconds