History log of /PHP-8.2/Zend/tests/oss_fuzz_60441.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 060df83a 08-Jul-2023 Ilija Tovilo

Fix double-compilation of arrow-function

We transform the arrow function by nesting the expression into a return
statement. If we compile the arrow function twice this would be done twic

Fix double-compilation of arrow-function

We transform the arrow function by nesting the expression into a return
statement. If we compile the arrow function twice this would be done twice,
leading to a compile assertion.

Fix oss-fuzz #60411
Closes GH-11632

show more ...