General: Replace older-style PHP type conversion functions with type casts.
This improves performance, readability, and consistency throughout core.
intval()
(int)
strval()
(string)
floatval()
(float)
Props ayeshrajans. Fixes #42918.
Changeset view not shown, since the total size (9.5 MB) exceeds 4.0 MB