--TEST--
SOAP XML Schema 52: Array in complex type (maxOccurs > 1, empty array)
--EXTENSIONS--
soap
xml
--FILE--
EOF;
test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"int2"=>array()));
echo "ok";
?>
--EXPECTF--
123
object(stdClass)#%d (1) {
["int"]=>
int(123)
}
ok