sequence handling in ext/soap

php.internals

Lukas Kahwe Smith

19 years ago
Hello, This is turning into a major headache for me. The handling of sequences in ext/soap seems somewhat problemematic. I have come across the following bug report which I have reopened: http://bugs.php.net/bug.php?id=36226 Essentially I see 3 cases: 1) sequence is empty 2) sequence has one element 3) sequence has multiple elements I would hope to get an array in all 3 cases. 1) empty array 2) array with one element 3) array with multiple elements. Am I missing something? regards, Lukas