Home
last modified time | relevance | path

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

/php-src/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-src/ext/reflection/
H A Dphp_reflection.stub.php796 public function getBackingType(): ?ReflectionNamedType {} function in ReflectionEnum
H A Dphp_reflection_arginfo.h855 ZEND_METHOD(ReflectionEnum, getBackingType);
1186 …ZEND_ME(ReflectionEnum, getBackingType, arginfo_class_ReflectionEnum_getBackingType, ZEND_ACC_PUBL…
H A Dphp_reflection.c7013 ZEND_METHOD(ReflectionEnum, getBackingType) in ZEND_METHOD() argument

Completed in 41 milliseconds