-
Improvement
-
Resolution: Fixed
-
Minor
-
4.4
https://php.watch/rfcs/saner-inc-dec-operators
https://wiki.php.net/rfc/saner-inc-dec-operators
We have a couple of uses of this in core. Hard to know exactly where, but it's things like:
$classname = 'example_000001';
|
while (class_exists($classname)) {
|
$classname++;
|
}
|
- will be (partly) resolved by
-
MDL-82170 Saner increment operator when generating user sort SQL (PHP 8.3)
-
- Closed
-