User tests: Successful: Unsuccessful:
Cast memory from string to float.
Using the debug plugin on php 8 raises an error.
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
how should it fix it ($currentMem > $this->previousMem ? '+' : '') . ($currentMem - $this->previousMem)
ends in a string.
That shouldn't be an issue, as long as the string is formatted as a number. PHP will cast it to int or float in such case.
Please try it your self I got a type error.
I have tested this item
I have not tested this item.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-11-18 21:13:27 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
?
?
|
Didn't #30582 fix this?