mirror of
https://github.com/php/php-src.git
synced 2024-12-17 13:59:28 +08:00
16b9f19678
This addresses two issues: * ~ throws for a number of types, and we should not compile-time evaluate in that case. Add a check similar to what we do for binary ops. * Unary +/- may produce a different error message due to canonicalization of the constant operand to the RHS. To avoid this, put the constant operand on the RHS right away. Fixes oss-fuzz #25649. |
||
---|---|---|
.. | ||
array_offset.phpt | ||
explicit_cast_leading_numeric_must_work.phpt | ||
invalid_numeric_string_must_generate_warning_assign.phpt | ||
invalid_numeric_strings_must_generate_warning.phpt | ||
neg_num_string.phpt | ||
string_offset.phpt | ||
trailling_whitespaces.phpt |