Home
last modified time | relevance | path

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

/PHP-8.0/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.0/ext/reflection/
H A Dphp_reflection.stub.php565 class ReflectionNamedType extends ReflectionType class
H A Dphp_reflection_arginfo.h663 ZEND_METHOD(ReflectionNamedType, getName);
664 ZEND_METHOD(ReflectionNamedType, isBuiltin);
938 ZEND_ME(ReflectionNamedType, getName, arginfo_class_ReflectionNamedType_getName, ZEND_ACC_PUBLIC)
939 …ZEND_ME(ReflectionNamedType, isBuiltin, arginfo_class_ReflectionNamedType_isBuiltin, ZEND_ACC_PUBL…
H A Dphp_reflection.c2919 ZEND_METHOD(ReflectionNamedType, getName) in ZEND_METHOD() argument
2937 ZEND_METHOD(ReflectionNamedType, isBuiltin) in ZEND_METHOD() argument
/PHP-8.0/
H A DUPGRADING503 . ReflectionType::isBuiltin() method has been moved to ReflectionNamedType.

Completed in 44 milliseconds