You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think $resultsSplit1's last point shouldn't be dropped because $lineSplitFirst already only contains [$line[0],..., $line[$index-1]] because array_slice's second argument isn't inclusive. array_pop causes loose the point whose index is $index-1.
The text was updated successfully, but these errors were encountered:
I think
$resultsSplit1
's last point shouldn't be dropped because$lineSplitFirst
already only contains[$line[0],..., $line[$index-1]]
becausearray_slice
's second argument isn't inclusive.array_pop
causes loose the point whose index is$index-1
.The text was updated successfully, but these errors were encountered: