Home
last modified time | relevance | path

Searched refs:CType (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/ffi/
H A Dffi.stub.php15 …public static function new(FFI\CType|string $type, bool $owned = true, bool $persistent = false): …
24 public static function cast(FFI\CType|string $type, $ptr): ?FFI\CData {}
26 public static function type(string $type): ?FFI\CType {}
29 public static function typeof(FFI\CData $ptr): FFI\CType {}
31 public static function arrayType(FFI\CType $type, array $dimensions): FFI\CType {}
37 public static function sizeof(FFI\CData|FFI\CType $ptr): int {}
40 public static function alignof(FFI\CData|FFI\CType $ptr): int {}
74 final class CType { class
H A Dffi_arginfo.h18 ZEND_ARG_OBJ_TYPE_MASK(0, type, FFI\\CType, MAY_BE_STRING, NULL)
28 ZEND_ARG_OBJ_TYPE_MASK(0, type, FFI\\CType, MAY_BE_STRING, NULL)
32 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_FFI_type, 0, 1, FFI\\CType, 1)
36 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_FFI_typeof, 0, 1, FFI\\CType, 0)
40 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_FFI_arrayType, 0, 2, FFI\\CType, 0)
41 ZEND_ARG_OBJ_INFO(0, type, FFI\\CType, 0)
50 ZEND_ARG_OBJ_TYPE_MASK(ZEND_SEND_PREFER_REF, ptr, FFI\\CData|FFI\\CType, 0, NULL)
/PHP-8.0/ext/ffi/tests/
H A D041.phpt82 object(FFI\CType:int32_t)#%d (0) {
84 object(FFI\CType:int32_t[2])#%d (0) {
86 object(FFI\CType:int32_t)#%d (0) {
88 object(FFI\CType:int32_t[2])#%d (0) {
110 object(FFI\CType:int32_t[2])#%s (0) {
112 object(FFI\CType:int32_t[2][2])#%d (0) {
114 object(FFI\CType:int32_t[2])#%d (0) {
116 object(FFI\CType:int32_t[2][2])#%d (0) {
H A D033.phpt42 object(FFI\CType:uint8_t[2])#%d (0) {
50 object(FFI\CType:uint16_t[2])#%d (0) {
58 object(FFI\CType:uint32_t)#%d (0) {
60 object(FFI\CType:uint32_t[2][2])#%d (0) {
H A D040.phpt55 object(FFI\CType:int32_t)#%d (0) {
80 object(FFI\CType:int32_t)#%d (0) {
/PHP-8.0/
H A DNEWS1339 . Added FFI\CType::getName() method. (chopins)

Completed in 17 milliseconds