Searched refs:getFuncParameterType (Results 1 – 4 of 4) sorted by relevance
51 var_dump($x->getPointerType()->getFuncParameterType(0)->getKind() === $x::TYPE_DOUBLE);52 var_dump($x->getPointerType()->getFuncParameterType(1)->getKind() === $x::TYPE_SINT32);
185 public function getFuncParameterType(int $index): CType {} function in FFI\\CType
157 ZEND_METHOD(FFI_CType, getFuncParameterType);203 …ZEND_ME(FFI_CType, getFuncParameterType, arginfo_class_FFI_CType_getFuncParameterType, ZEND_ACC_PU…
4927 ZEND_METHOD(FFI_CType, getFuncParameterType) /* {{{ */ in ZEND_METHOD() argument
Completed in 24 milliseconds