Home
last modified time | relevance | path

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

/PHP-8.3/ext/ffi/tests/
H A D046.phpt51 var_dump($x->getPointerType()->getFuncParameterType(0)->getKind() === $x::TYPE_DOUBLE);
52 var_dump($x->getPointerType()->getFuncParameterType(1)->getKind() === $x::TYPE_SINT32);
/PHP-8.3/ext/ffi/
H A Dffi.stub.php185 public function getFuncParameterType(int $index): CType {} function in FFI\\CType
H A Dffi_arginfo.h157 ZEND_METHOD(FFI_CType, getFuncParameterType);
203 …ZEND_ME(FFI_CType, getFuncParameterType, arginfo_class_FFI_CType_getFuncParameterType, ZEND_ACC_PU…
H A Dffi.c4927 ZEND_METHOD(FFI_CType, getFuncParameterType) /* {{{ */ in ZEND_METHOD() argument

Completed in 26 milliseconds