mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
No refcounted type
This commit is contained in:
parent
2711e368b8
commit
3cf418c50a
1 changed files with 2 additions and 2 deletions
|
@ -748,8 +748,8 @@ literal:
|
|||
refcount = Z_REFCOUNT_P(current);
|
||||
zval_dtor(current);
|
||||
ZVAL_LONG(current, (long)(string - baseString) );
|
||||
Z_SET_REFCOUNT_P(current, refcount);
|
||||
//??? Z_SET_ISREF_P(current);
|
||||
// Z_SET_REFCOUNT_P(current, refcount);
|
||||
//??? Z_SET_ISREF_P(current);
|
||||
ZVAL_NEW_REF(current, current);
|
||||
} else {
|
||||
add_index_long(return_value, objIndex++, string - baseString);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue