mirror of
https://github.com/php/php-src.git
synced 2026-04-24 16:38:25 +02:00
- Reverse my patch
This commit is contained in:
+2
-2
@@ -1492,9 +1492,9 @@ do_fcall_common:
|
||||
*tmp = *object.ptr;
|
||||
zendi_zval_copy_ctor(*tmp);
|
||||
object.ptr = tmp;
|
||||
object.ptr_ptr = &tmp;
|
||||
*object.ptr_ptr = tmp;
|
||||
}
|
||||
object.ptr->refcount = 0;
|
||||
object.ptr->refcount = 1;
|
||||
object.ptr->is_ref = 1;
|
||||
}
|
||||
*this_ptr = object.ptr;
|
||||
|
||||
Reference in New Issue
Block a user