History log of /PHP-8.2/Zend/tests/post_inc_without_use.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 5cae6b9b 09-Sep-2021 Nikita Popov

Check that POST_INC/DEC has use in DFA optimization

We'd have usually converted it into a PRE_INC if there is no use,
but that's not guaranteed. If there is no use at this point, make

Check that POST_INC/DEC has use in DFA optimization

We'd have usually converted it into a PRE_INC if there is no use,
but that's not guaranteed. If there is no use at this point, make
sure we don't try to use the sentinel value.

show more ...