History log of /PHP-8.1/ext/opcache/tests/bug81272.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 051ff336 20-Jul-2021 Nikita Popov

Fix bug #81272: Fix func info for functions returning EMPTY_ARRAY

The empty array has refcount > 1, so we should indicate this in
func info. In most cases this renders the func info redu

Fix bug #81272: Fix func info for functions returning EMPTY_ARRAY

The empty array has refcount > 1, so we should indicate this in
func info. In most cases this renders the func info redundant,
so drop it entirely.

show more ...