Searched refs:getBackingType (Results 1 – 4 of 4) sorted by relevance
2 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";
863 public function getBackingType(): ?ReflectionNamedType {} function in ReflectionEnum
969 ZEND_METHOD(ReflectionEnum, getBackingType);1320 …ZEND_ME(ReflectionEnum, getBackingType, arginfo_class_ReflectionEnum_getBackingType, ZEND_ACC_PUBL…
7241 ZEND_METHOD(ReflectionEnum, getBackingType) in ZEND_METHOD() argument
Completed in 34 milliseconds