--TEST-- SOAP XML Schema 25: SOAP 1.2 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