Closed wilsonge closed 6 years ago
This isn't numeric https://github.com/Microsoft/ApplicationInsights-PHP/blob/master/ApplicationInsights/Tests/Channel/Contracts/Utils_Test.php#L27 so it fails in PHP 7.1 because of https://wiki.php.net/rfc/invalid_strings_in_arithmetic
Solution is to check we have something numeric for operations
This isn't numeric https://github.com/Microsoft/ApplicationInsights-PHP/blob/master/ApplicationInsights/Tests/Channel/Contracts/Utils_Test.php#L27 so it fails in PHP 7.1 because of https://wiki.php.net/rfc/invalid_strings_in_arithmetic
Solution is to check we have something numeric for operations