--TEST--
SOAP XML Schema 69: Attribute with default value (reference)
--EXTENSIONS--
soap
xml
--FILE--
EOF;
test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));
echo "ok";
?>
--EXPECTF--
object(stdClass)#%d (2) {
["str"]=>
string(3) "str"
["int"]=>
int(5)
}
ok