Searched refs:ReflectionUnionType (Results 1 – 7 of 7) sorted by relevance
30 if ($method->getReturnType() instanceof ReflectionUnionType) {54 $method->getReturnType() returns ReflectionUnionType64 $method->getReturnType() returns ReflectionUnionType
57 ["ReflectionUnionType"]=>60 string(19) "ReflectionUnionType"
6 function dumpType(ReflectionUnionType $rt) {
16 var_dump($type instanceof ReflectionUnionType);
604 class ReflectionUnionType extends ReflectionType class
780 ZEND_METHOD(ReflectionUnionType, getTypes);1085 ZEND_ME(ReflectionUnionType, getTypes, arginfo_class_ReflectionUnionType_getTypes, ZEND_ACC_PUBLIC)
3088 ZEND_METHOD(ReflectionUnionType, getTypes) in ZEND_METHOD() argument
Completed in 47 milliseconds