mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.0' into PHP-7.1
This commit is contained in:
commit
b218eb916f
3 changed files with 26 additions and 0 deletions
|
@ -2115,6 +2115,7 @@ static void add_xml_array_elements(xmlNodePtr xmlParam,
|
|||
if (j >= dims[0]) {
|
||||
break;
|
||||
}
|
||||
ZVAL_DEREF(zdata);
|
||||
if (dimension == 1) {
|
||||
if (enc == NULL) {
|
||||
xparam = master_to_xml(get_conversion(Z_TYPE_P(zdata)), zdata, style, xmlParam);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue