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