--TEST--
SOAP XML Schema 80: Element form qualified/unqualified (elementFormDefault - default)
--EXTENSIONS--
soap
xml
--FILE--
EOF;
test_schema($schema,'type="tns:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "literal");
echo "ok";
?>
--EXPECTF--
123
object(stdClass)#%d (3) {
["int1"]=>
int(1)
["int2"]=>
int(2)
["int3"]=>
int(3)
}
ok