Lines Matching refs:FFI
2 FFI 033: FFI::new(), FFI::free(), FFI::type(), FFI::typeof(), FFI::arrayType()
9 $p1 = FFI::new("uint8_t[2]");
10 $p2 = FFI::new("uint16_t[2]", true, true);
13 $t1 = FFI::typeof($p1);
16 $p4 = FFI::new($t1);
19 $t2 = FFI::type("uint16_t[2]");
21 $p4 = FFI::new($t2);
24 $t2 = FFI::type("uint32_t");
26 $t3 = FFI::arrayType($t2, [2, 2]);
30 object(FFI\CData:uint8_t[2])#%d (2) {
36 object(FFI\CData:uint16_t[2])#%d (2) {
42 object(FFI\CType:uint8_t[2])#%d (0) {
44 object(FFI\CData:uint8_t[2])#%d (2) {
50 object(FFI\CType:uint16_t[2])#%d (0) {
52 object(FFI\CData:uint16_t[2])#%d (2) {
58 object(FFI\CType:uint32_t)#%d (0) {
60 object(FFI\CType:uint32_t[2][2])#%d (0) {