Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.stub.php183 public function getFuncReturnType(): CType {} function in FFI\\CType
H A Dffi_arginfo.h154 ZEND_METHOD(FFI_CType, getFuncReturnType);
197 ZEND_ME(FFI_CType, getFuncReturnType, arginfo_class_FFI_CType_getFuncReturnType, ZEND_ACC_PUBLIC)
H A Dffi.c4878 ZEND_METHOD(FFI_CType, getFuncReturnType) /* {{{ */ in ZEND_METHOD() argument
/php-src/ext/ffi/tests/
H A D046.phpt49 var_dump($x->getPointerType()->getFuncReturnType()->getKind() === $x::TYPE_VOID);

Completed in 28 milliseconds