Home
last modified time | relevance | path

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

/PHP-8.1/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.1/ext/reflection/
H A Dphp_reflection.stub.php729 public function getBackingType(): ?ReflectionType {} function in ReflectionEnum
H A Dphp_reflection_arginfo.h818 ZEND_METHOD(ReflectionEnum, getBackingType);
1156 …ZEND_ME(ReflectionEnum, getBackingType, arginfo_class_ReflectionEnum_getBackingType, ZEND_ACC_PUBL…
H A Dphp_reflection.c6851 ZEND_METHOD(ReflectionEnum, getBackingType) in ZEND_METHOD() argument

Completed in 28 milliseconds