mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Remove the is_ref =1 from the push() function.
This commit is contained in:
parent
a821a185e4
commit
d5dc2cd22c
1 changed files with 0 additions and 1 deletions
|
@ -2553,7 +2553,6 @@ PHP_FUNCTION(push)
|
|||
and add it to the end of the array */
|
||||
for (i=1; i<argc; i++) {
|
||||
new_var = args[i];
|
||||
new_var->is_ref = 1;
|
||||
new_var->refcount++;
|
||||
|
||||
zend_hash_next_index_insert(stack->value.ht, &new_var, sizeof(zval *), NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue