]> granicus.if.org Git - php/commit
Fixed RC inference for ZEND_ASSIGN_STATIC_PROP and removed useless checks during...
authorDmitry Stogov <dmitry@zend.com>
Fri, 13 Mar 2020 22:17:45 +0000 (01:17 +0300)
committerDmitry Stogov <dmitry@zend.com>
Fri, 13 Mar 2020 22:17:45 +0000 (01:17 +0300)
commit29bf7902b3b96cff1e9ee4e6680d92fc264f04e5
tree963219b22e01f5ced34a3eae94e28507e01d2136
parent4bf2d09edeb14467ba79551a08d84efdff314899
Fixed RC inference for ZEND_ASSIGN_STATIC_PROP and removed useless checks during RC inference
ext/opcache/Optimizer/zend_dfg.c
ext/opcache/Optimizer/zend_inference.c
ext/opcache/Optimizer/zend_ssa.c
ext/opcache/tests/jit/assign_static_prop_001.phpt [new file with mode: 0644]