--TEST-- SOAP XML Schema 23: SOAP 1.1 Array --EXTENSIONS-- soap xml --FILE-- EOF; test_schema($schema,'type="tns:testType"',array(123,123.5)); echo "ok"; ?> --EXPECT-- 123123 array(2) { [0]=> int(123) [1]=> int(123) } ok