I have an error in my PHP 7.3 and it refers to a line of code which is:
if (!is_int($Key) || $Key != $LastKey + 1)
The exact error is Warning: A non-numeric value encountered in /my/filename.php
I have an error in my PHP 7.3 and it refers to a line of code which is:
if (!is_int($Key) || $Key != $LastKey + 1)
The exact error is Warning: A non-numeric value encountered in /my/filename.php