--TEST--
SOAP XML Schema 39: Structure with attributes (attributeGroup)
--SKIPIF--
--FILE--
EOF;
test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
echo "ok";
?>
--EXPECTF--
str
object(stdClass)#%d (2) {
[u"str"]=>
unicode(3) "str"
[u"int"]=>
int(123)
}
ok