Home
last modified time | relevance | path

Searched refs:getBackingType (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/reflection/tests/
H A DReflectionEnum_getBackingType.phpt2 ReflectionEnum::getBackingType()
12 var_dump((new ReflectionEnum(Enum_::class))->getBackingType());
13 echo (new ReflectionEnum(IntEnum::class))->getBackingType() . "\n";
14 echo (new ReflectionEnum(StringEnum::class))->getBackingType() . "\n";
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php853 public function getBackingType(): ?ReflectionNamedType {} function in ReflectionEnum
H A Dphp_reflection_arginfo.h838 ZEND_METHOD(ReflectionEnum, getBackingType);
1182 …ZEND_ME(ReflectionEnum, getBackingType, arginfo_class_ReflectionEnum_getBackingType, ZEND_ACC_PUBL…
H A Dphp_reflection.c6942 ZEND_METHOD(ReflectionEnum, getBackingType) in ZEND_METHOD() argument

Completed in 60 milliseconds