diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2018-06-09 13:15:37 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2018-06-09 13:20:13 +0200 |
commit | 777187cbafb8c1844971169dc97d38a633094aaf (patch) | |
tree | 9fd751d73f841f551f604c47367793af17c92456 /ext/mbstring/php_mbregex.c | |
parent | 9cd2d77514aa71359eac0ea080901e7c021681c9 (diff) | |
download | php-git-777187cbafb8c1844971169dc97d38a633094aaf.tar.gz |
Don't use UNREFs during array operations
Perform DEREFs instead. We were already doing this in some, but not
all places.
While UNREFs are supposed to be transparent, in practice they have
rare observable side effects. Calling array_merge() on an array
should never change how that array behaves.
Diffstat (limited to 'ext/mbstring/php_mbregex.c')
0 files changed, 0 insertions, 0 deletions