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