Non-numeric Value Encountered
-
Hi,
With PHP7 there is a non-numeric value encountered warning filling up the logs:
A non-numeric value encountered in /plugins/ultimate-reviews/Functions/EWD_URP_Submit_Review.php on line 125
This doesn’t break anything but it’s a bit annoying to have the logs polluted with this warning. I’d like to suggest initializing $Overall_Score to 0 (instead of an empty string) on line 118 and using intval on line 125:
$Overall_Score += intval($Value);
Thanks,
Brian
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Non-numeric Value Encountered’ is closed to new replies.