mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix - forgot to split away if refcount>1
This commit is contained in:
parent
68e54e9922
commit
fa7c418b79
2 changed files with 9 additions and 1 deletions
|
@ -115,6 +115,7 @@ ZEND_API int _zval_copy_ctor(zval *zvalue ZEND_FILE_LINE_DC)
|
|||
case IS_LONG:
|
||||
case IS_NULL:
|
||||
break;
|
||||
case IS_CONSTANT:
|
||||
case IS_STRING:
|
||||
if (zvalue->value.str.val) {
|
||||
if (zvalue->value.str.len==0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue