--TEST--
SOAP Interop Round2 groupB 003 (php/direct): echo2DStringArray
--SKIPIF--
--FILE--
"test://","uri"=>"http://soapinterop.org/","trace"=>1,"exceptions"=>0));
$client->__soapCall("echo2DStringArray", array($param), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinterop.org/"));
echo $client->__getlastrequest();
$HTTP_RAW_POST_DATA = $client->__getlastrequest();
include("round2_groupB.inc");
echo "ok\n";
?>
--EXPECT--
- row0col0
- row0col1
- row0col2
- row1col0
- row1col1
- row1col2
- row0col0
- row0col1
- row0col2
- row1col0
- row1col1
- row1col2
ok