]> granicus.if.org Git - php/commit
Properly check for array_replace_recursive in sccp.c
authorTyson Andre <tysonandre775@hotmail.com>
Sat, 2 Feb 2019 01:54:21 +0000 (20:54 -0500)
committerJoe Watkins <krakjoe@php.net>
Sun, 3 Feb 2019 07:40:21 +0000 (08:40 +0100)
commitcf56832d000d43623248a081374f2c3a92190c83
tree7e8b398cf5e13f9fc00dae05327d4a7dbcea45e1
parent3890c8bce5f46c59d7c57e2c2ea10d2cc8b44ce1
Properly check for array_replace_recursive in sccp.c

Due to a typo, this code used to check for array_merge_recursive
twice.
ext/opcache/Optimizer/sccp.c