You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With all that goodies documented, we still have a topic to think about.
Type casting in PHP is horrible and hard (means prone to errors). You shouldn't use that in 2020.
Especially when dealing with requests/responses/configs/arrays and other raw data.
Untyped array is a problem also (with all those issets() nearby).
With all that goodies documented, we still have a topic to think about.
Type casting in PHP is horrible and hard (means prone to errors). You shouldn't use that in 2020.
Especially when dealing with requests/responses/configs/arrays and other raw data.
Untyped array is a problem also (with all those
issets()
nearby).We came to an easy solution like this
You think the problem is worth describing?
The text was updated successfully, but these errors were encountered: