1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 13:12:16 +02:00

- Shouldn't be there

This commit is contained in:
Andi Gutmans
2000-02-10 05:41:28 +00:00
parent 39c4687816
commit c8b321c678

View File

@@ -2136,7 +2136,7 @@ send_by_ref:
*tmp = *array_ptr;
INIT_PZVAL(tmp);
array_ptr = tmp;
} else { /* IS_CONST */
} else {
array_ptr->refcount++;
}