This edit should fix completely these Phorge components in PHP 8.2:
- src/view (complete fix)
Also, this edit fix most parts of this component:
- src/infrastructure
As usual, the risk of this change is that exceptions may occur due to
really weird stuff coming in as input. In any case, if it happens,
it must be evaluated on a case-by-case basis, because in this case,
the previously present code (strlen) didn't make sense anyway either.
Ref T15190
Ref T15064