Home
last modified time | relevance | path

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

/PHP-8.3/ext/ffi/
H A Dffi.stub.php171 public function getEnumKind(): int {} function in FFI\\CType
H A Dffi_arginfo.h147 ZEND_METHOD(FFI_CType, getEnumKind);
193 ZEND_ME(FFI_CType, getEnumKind, arginfo_class_FFI_CType_getEnumKind, ZEND_ACC_PUBLIC)
H A Dffi.c4706 ZEND_METHOD(FFI_CType, getEnumKind) /* {{{ */ in ZEND_METHOD() argument
/PHP-8.3/ext/ffi/tests/
H A D046.phpt16 var_dump($x->getEnumKind() === $x::TYPE_UINT8);

Completed in 24 milliseconds