--TEST-- SOAP XML Schema 26: SOAP 1.2 Array (second way) --SKIPIF-- --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