2 Check calling php functions with table arguments
4 <?php if (!extension_loaded("lua")) print "skip"; ?>
12 $lua->expose_function("php_foo", "foo");
15 php_foo({"qwerty",{"lala",{"test"}}},4,{"test"});
16 x={"asdf",{"xxx","yyy",{"aaa"}}}
19 $lua->evaluate($luacode);