mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed useless or duplicated IS_INTERNED() checks
This commit is contained in:
parent
3ec7c28084
commit
3bc8a958c5
32 changed files with 79 additions and 76 deletions
|
@ -813,7 +813,7 @@ static zval *to_zval_hexbin(zval *ret, encodeTypePtr type, xmlNodePtr data TSRML
|
|||
}
|
||||
}
|
||||
str->val[str->len] = '\0';
|
||||
ZVAL_STR(ret, str);
|
||||
ZVAL_NEW_STR(ret, str);
|
||||
} else {
|
||||
ZVAL_EMPTY_STRING(ret);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue