--TEST-- SOAP Interop Round4 GroupI XSD 013 (php/wsdl): echoStringMultiOccurs(nil) --SKIPIF-- --INI-- soap.wsdl_cache_enabled=0 --FILE-- 1,"exceptions"=>0)); $client->echoStringMultiOccurs(array("inputStringMultiOccurs"=>array("arg1",NULL,"arg3"))); echo $client->__getlastrequest(); $HTTP_RAW_POST_DATA = $client->__getlastrequest(); include("round4_groupI_xsd.inc"); echo "ok\n"; ?> --EXPECT-- arg1arg3 arg1arg3 ok