Open gretmn102 opened 1 month ago
Suggest the following replacements:
isNum($str) = -1
isNum($str)
isNum($str) = 0
no isNum($str)
The first case is worth especially because isNum in 7.9, for example, returns 1 instead of -1, which leads to incorrect calculations.
isNum
1
-1
Suggest the following replacements:
isNum($str) = -1
onisNum($str)
isNum($str) = 0
onno isNum($str)
The first case is worth especially because
isNum
in 7.9, for example, returns1
instead of-1
, which leads to incorrect calculations.