mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
ddaf04053b
If the response includes both fields with simple types (which get
concatenated into an XML string) and a complex type (which is parsed
into an object), then the object will parsed into the same zval as the
simple types and will overwrite the string.
(cherry picked from commit 26287132c0)