Home
last modified time | relevance | path

Searched refs:ReflectionUnionType (Results 1 – 10 of 10) sorted by relevance

/PHP-8.2/ext/reflection/tests/
H A Dbug80190.phpt30 if ($method->getReturnType() instanceof ReflectionUnionType) {
54 $method->getReturnType() returns ReflectionUnionType
64 $method->getReturnType() returns ReflectionUnionType
H A DReflectionExtension_getClasses_basic.phpt57 ["ReflectionUnionType"]=>
60 string(19) "ReflectionUnionType"
/PHP-8.2/ext/reflection/tests/types/
H A Ddnf_types_with_null.phpt46 Type (X&Y)|(Z&Traversable)|null is ReflectionUnionType:
62 Type (X&Y)|null is ReflectionUnionType:
72 Type (X&Y)|null is ReflectionUnionType:
H A Ddnf_types.phpt46 Type (X&Y)|(Z&Traversable)|Countable is ReflectionUnionType:
64 Type (X&Y)|Countable is ReflectionUnionType:
75 Type (X&Y)|Countable is ReflectionUnionType:
H A Dpure_intersection_type_implicitly_nullable.phpt28 Type (X&Y)|null is ReflectionUnionType:
H A Dunion_types.phpt6 function dumpType(ReflectionUnionType $rt) {
/PHP-8.2/ext/zend_test/tests/
H A Dvariadic_arguments.phpt16 var_dump($type instanceof ReflectionUnionType);
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php716 class ReflectionUnionType extends ReflectionType class
H A Dphp_reflection_arginfo.h790 ZEND_METHOD(ReflectionUnionType, getTypes);
1098 ZEND_ME(ReflectionUnionType, getTypes, arginfo_class_ReflectionUnionType_getTypes, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c3133 ZEND_METHOD(ReflectionUnionType, getTypes) in ZEND_METHOD() argument

Completed in 56 milliseconds