Cast strings to int before doing math
Prevent "A non well formed numeric value encountered" from PHP 7.1+ by
explicitly casting strings to numeric values before doing math with
them.
See also: https://wiki.php.net/rfc/invalid_strings_in_arithmetic
Cast strings to int before doing math Tags None Referenced Files None Subscribers None
Description
Details
Event Timeline |