tping("hello"); $a->tpong("hello"); # TODO: automatic conversion between PHP arrays and std::pair or # std::vector is not yet implemented. /*$p = array(1, 2); $a->pident($p); $v = array(3, 4); $a->vident($v); $a->tpident($p); $a->tvident($v); $v1 = array(3, 4); $v2 = array(5, 6); $a->tvsecond($v1, $v2); $vs = array("hi", "hello"); $vs; $a->tvidents($vs);*/ check::done(); ?>