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