Lines Matching refs:FFI
2 Test calling the deprecated signature of FFI::new(), FFI::type(), FFI::cast()
10 $p1 = FFI::new("uint8_t[2]");
16 FFI::new("uint8_t[2]");
24 $t1 = FFI::type("uint16_t[2]");
30 FFI::type("uint16_t[2]");
36 $p = FFI::cast("uint8_t[2]", $p1);
41 FFI::cast("uint8_t[2]", $p1);
48 Deprecated: Calling FFI::new() statically is deprecated in %s on line %d
49 Calling FFI::new() statically is deprecated
50 object(FFI\CData:uint8_t[2])#1 (2) {
57 Deprecated: Calling FFI::type() statically is deprecated in %s on line %d
58 Calling FFI::type() statically is deprecated
60 Deprecated: Calling FFI::cast() statically is deprecated in %s on line %d
61 Calling FFI::cast() statically is deprecated