Home
last modified time | relevance | path

Searched refs:ReflectionNamedType (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/reflection/tests/
H A Dbug80190.phpt50 $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 DReflectionNamedType.phpt2 ReflectionNamedType::getName() and ReflectionNamedType::__toString()
H A DReflectionExtension_getClasses_basic.phpt52 ["ReflectionNamedType"]=>
55 string(19) "ReflectionNamedType"
H A Dbug78774.phpt2 Bug #78774: ReflectionNamedType on Typed Properties Crash
/PHP-8.1/ext/zend_test/tests/
H A Dvariadic_arguments.phpt23 var_dump($types[0] instanceof ReflectionNamedType);
29 var_dump($types[1] instanceof ReflectionNamedType);
/PHP-8.1/ext/reflection/
H A Dphp_reflection.stub.php595 class ReflectionNamedType extends ReflectionType class
H A Dphp_reflection_arginfo.h778 ZEND_METHOD(ReflectionNamedType, getName);
779 ZEND_METHOD(ReflectionNamedType, isBuiltin);
1078 ZEND_ME(ReflectionNamedType, getName, arginfo_class_ReflectionNamedType_getName, ZEND_ACC_PUBLIC)
1079 …ZEND_ME(ReflectionNamedType, isBuiltin, arginfo_class_ReflectionNamedType_isBuiltin, ZEND_ACC_PUBL…
H A Dphp_reflection.c3043 ZEND_METHOD(ReflectionNamedType, getName) in ZEND_METHOD() argument
3061 ZEND_METHOD(ReflectionNamedType, isBuiltin) in ZEND_METHOD() argument

Completed in 33 milliseconds