--TEST-- SOAP XML Schema 65: Attribute with default value --SKIPIF-- --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