diff options
author | Nikita Popov <nikic@php.net> | 2015-10-07 22:47:09 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2015-10-08 11:03:39 +0200 |
commit | cc3c425af8c6a56a1b295ab335d0758f48dad284 (patch) | |
tree | 8bf6b7f24eb030bed8c6b8ade47933ab952a15c6 /main/php.h | |
parent | ddb6d7801e5dfc2f196b549b8ad51376cdc1bc90 (diff) | |
download | php-git-cc3c425af8c6a56a1b295ab335d0758f48dad284.tar.gz |
Fix bug #70662
This replaces add_new with update for the RW case. This should not
be problematic for performance, as this branch throws a notice.
Alternatively add_new could also be replaced with add. I went with
update, because it makes $a[0] += 1 behavior the same as
$a[0] = $a[0] + 1.
Diffstat (limited to 'main/php.h')
0 files changed, 0 insertions, 0 deletions