Searched refs:ReflectionUnionType (Results 1 – 10 of 10) sorted by relevance
30 if ($method->getReturnType() instanceof ReflectionUnionType) {54 $method->getReturnType() returns ReflectionUnionType64 $method->getReturnType() returns ReflectionUnionType
57 ["ReflectionUnionType"]=>60 string(19) "ReflectionUnionType"
46 Type (X&Y)|(Z&Traversable)|null is ReflectionUnionType:62 Type (X&Y)|null is ReflectionUnionType:72 Type (X&Y)|null is ReflectionUnionType:
46 Type (X&Y)|(Z&Traversable)|Countable is ReflectionUnionType:64 Type (X&Y)|Countable is ReflectionUnionType:75 Type (X&Y)|Countable is ReflectionUnionType:
29 Type (X&Y)|null is ReflectionUnionType:
6 function dumpType(ReflectionUnionType $rt) {
16 var_dump($type instanceof ReflectionUnionType);
733 class ReflectionUnionType extends ReflectionType class
931 ZEND_METHOD(ReflectionUnionType, getTypes);1255 ZEND_ME(ReflectionUnionType, getTypes, arginfo_class_ReflectionUnionType_getTypes, ZEND_ACC_PUBLIC)
3081 ZEND_METHOD(ReflectionUnionType, getTypes) in ZEND_METHOD() argument
Completed in 42 milliseconds