--TEST-- SOAP XML Schema 71: SOAP 1.1 Array (document style) --SKIPIF-- --FILE-- EOF; test_schema($schema,'type="tns:testType"',array(123,123.5),'document','literal'); echo "ok"; ?> --EXPECT-- 123123 ok