mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Reverted wrong fix
This commit is contained in:
parent
53e312c663
commit
4b5e67638e
1 changed files with 0 additions and 2 deletions
|
@ -737,8 +737,6 @@ END_EXTERN_C()
|
|||
if (!Z_REFCOUNTED_P(__zv) || \
|
||||
Z_REFCOUNT_P(__zv) == 1) { \
|
||||
ZVAL_NEW_REF(__zv, __zv); \
|
||||
} else if (Z_TYPE_P(__zv) == IS_OBJECT || \
|
||||
Z_TYPE_P(__zv) == IS_RESOURCE) { \
|
||||
} else { \
|
||||
zval ref; \
|
||||
ZVAL_COPY_VALUE(&ref, __zv); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue