Home
last modified time | relevance | path

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

/PHP-8.0/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)
H A Dunion_types.phpt11 foreach ($rt->getTypes() as $type) {
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php576 public function getTypes(): array {} function in ReflectionUnionType
H A Dphp_reflection_arginfo.h665 ZEND_METHOD(ReflectionUnionType, getTypes);
945 ZEND_ME(ReflectionUnionType, getTypes, arginfo_class_ReflectionUnionType_getTypes, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c2964 ZEND_METHOD(ReflectionUnionType, getTypes) in ZEND_METHOD() argument

Completed in 38 milliseconds