Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.stub.php168 public function getEnumKind(): int {} function in FFI\\CType
H A Dffi_arginfo.h146 ZEND_METHOD(FFI_CType, getEnumKind);
185 ZEND_ME(FFI_CType, getEnumKind, arginfo_class_FFI_CType_getEnumKind, ZEND_ACC_PUBLIC)
H A Dffi.c4702 ZEND_METHOD(FFI_CType, getEnumKind) /* {{{ */ in ZEND_METHOD() argument
/php-src/ext/ffi/tests/
H A D046.phpt16 var_dump($x->getEnumKind() === $x::TYPE_UINT8);

Completed in 33 milliseconds