#include #include #include using namespace php; Int php_test(Int a, Var b, Str c, Array d) { php_var_dump(d, 10); return 0; }