Revision tags: php-8.0.0, php-7.3.25, php-7.4.13, php-8.0.0RC5, php-7.4.13RC1, php-8.0.0RC4, php-7.3.25RC1, php-7.4.12, php-8.0.0RC3, php-7.3.24, php-8.0.0RC2, php-7.4.12RC1, php-7.3.24RC1, php-7.2.34, php-8.0.0rc1, php-7.4.11, php-7.3.23, php-8.0.0beta4, php-7.4.11RC1, php-7.3.23RC1, php-8.0.0beta3, php-7.4.10 |
|
#
a99d08b5 |
| 01-Sep-2020 |
Nikita Popov |
Fix type inference for FE_RESET on invalid type FE_RESET sets the result to UNDEF in this case. We should infer some type here, because no type generally implies unreachable code. In
Fix type inference for FE_RESET on invalid type FE_RESET sets the result to UNDEF in this case. We should infer some type here, because no type generally implies unreachable code. In this case SCCP ended up replacing the FE_RESET result with null, including in FE_FREE.
show more ...
|