Searched refs:ReflectionNamedType (Results 1 – 17 of 17) sorted by relevance
/php-src/ext/reflection/tests/ |
H A D | iterable_Reflection.phpt | 63 string(19) "ReflectionNamedType" 64 object(ReflectionNamedType)#%d (0) { 69 string(19) "ReflectionNamedType" 70 object(ReflectionNamedType)#%d (0) { 75 string(19) "ReflectionNamedType" 76 object(ReflectionNamedType)#%d (0) { 81 string(19) "ReflectionNamedType" 82 object(ReflectionNamedType)#%d (0) { 87 string(19) "ReflectionNamedType" 88 object(ReflectionNamedType)#%d (0) { [all …]
|
H A D | bug80190.phpt | 50 $method->getReturnType() returns ReflectionNamedType 57 type(s) in union: ReflectionNamedType(stdClass), ReflectionNamedType(self) 60 $method->getReturnType() returns ReflectionNamedType 67 type(s) in union: ReflectionNamedType(stdClass), ReflectionNamedType(static)
|
H A D | ReflectionNamedType.phpt | 2 ReflectionNamedType::getName() and ReflectionNamedType::__toString()
|
H A D | ReflectionExtension_getClasses_basic.phpt | 52 ["ReflectionNamedType"]=> 55 string(19) "ReflectionNamedType"
|
H A D | bug78774.phpt | 2 Bug #78774: ReflectionNamedType on Typed Properties Crash
|
/php-src/Zend/tests/type_declarations/union_types/ |
H A D | internal_trait_use_typed_union.phpt | 31 object(ReflectionNamedType)#4 (0) { 34 object(ReflectionNamedType)#5 (0) {
|
/php-src/ext/zend_test/tests/ |
H A D | variadic_arguments.phpt | 23 var_dump($types[0] instanceof ReflectionNamedType); 29 var_dump($types[1] instanceof ReflectionNamedType);
|
/php-src/ext/opcache/tests/jit/ |
H A D | gh16572.phpt | 17 string(19) "ReflectionNamedType" 22 #1 %s(%d): dumpType(Object(ReflectionNamedType))
|
/php-src/ext/xmlreader/tests/ |
H A D | virtual_properties.phpt | 24 object(ReflectionNamedType)#%d (0) {
|
/php-src/ext/reflection/tests/types/ |
H A D | pure_intersection_type_implicitly_nullable.phpt | 11 if ($type instanceof ReflectionNamedType) {
|
H A D | dnf_types_with_null.phpt | 11 if ($type instanceof ReflectionNamedType) {
|
H A D | dnf_types.phpt | 10 if ($type instanceof ReflectionNamedType) {
|
H A D | union_types.phpt | 16 function dumpBCType(ReflectionNamedType $rt) {
|
/php-src/Zend/tests/ |
H A D | trampoline_closure_named_arguments.phpt | 145 object(ReflectionNamedType)#5 (0) {
|
/php-src/ext/reflection/ |
H A D | php_reflection.stub.php | 724 class ReflectionNamedType extends ReflectionType class 863 public function getBackingType(): ?ReflectionNamedType {}
|
H A D | php_reflection_arginfo.h | 665 …_WITH_RETURN_OBJ_INFO_EX(arginfo_class_ReflectionEnum_getBackingType, 0, 0, ReflectionNamedType, 1) 929 ZEND_METHOD(ReflectionNamedType, getName); 930 ZEND_METHOD(ReflectionNamedType, isBuiltin); 1249 ZEND_ME(ReflectionNamedType, getName, arginfo_class_ReflectionNamedType_getName, ZEND_ACC_PUBLIC) 1250 …ZEND_ME(ReflectionNamedType, isBuiltin, arginfo_class_ReflectionNamedType_isBuiltin, ZEND_ACC_PUBL…
|
H A D | php_reflection.c | 3031 ZEND_METHOD(ReflectionNamedType, getName) in ZEND_METHOD() argument 3047 ZEND_METHOD(ReflectionNamedType, isBuiltin) in ZEND_METHOD() argument
|
Completed in 50 milliseconds