summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-04-17 09:48:15 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-04-17 09:53:23 +0200
commita1eaaa692e91fa28ee1ba050150547cd1317be87 (patch)
tree60377f03ae8afed6f8c16e09e1403f6c84f959bc /ext/reflection/php_reflection.c
parent7a260a4a1c14ab193414b947fe8df93cdefa9d32 (diff)
downloadphp-git-a1eaaa692e91fa28ee1ba050150547cd1317be87.tar.gz
Fix #79475: [JIT] func_get_args() assertion violation
`func_get_args()` may return `zend_empty_array`, which has refcount 2 to enforce separation. We have to cater to that during type inference so that the optimization in the JIT macro `SEPARATE_ARRAY` doesn't prevent the separation.
Diffstat (limited to 'ext/reflection/php_reflection.c')
0 files changed, 0 insertions, 0 deletions