Lines Matching refs:FFI
2 FFI 013: Declaration priorities and constrains
9 $a = FFI::new("int[1][2][3]");
15 var_dump(FFI::new("void"));
21 var_dump(FFI::new("void[1]"));
26 FFI::cdef("static int foo(int)[5];");
32 FFI::cdef("static int foo[5](int);");
38 FFI::cdef("static int foo(int)(int);");
44 FFI::cdef("typedef int foo[2][];");
50 FFI::cdef("typedef int foo[][2];");
60 FFI\ParserException: 'void' type is not allowed at line 1
61 FFI\ParserException: 'void' type is not allowed at line 1
62 FFI\ParserException: function returning array is not allowed at line 1
63 FFI\ParserException: array of functions is not allowed at line 1
64 FFI\ParserException: function returning function is not allowed at line 1
65 FFI\ParserException: only the leftmost array can be undimensioned at line 1