Optimize NonexistentOffsetInArrayDimFetchCheck#1801
Conversation
|
hmm it looks like this is reverting parts or all of the levels changes of the recently merged #1684. I was not entirely sure about this there and I'm not sure about it here.. oooh I think I know why now.. |
5b6e817 to
cb7f705
Compare
|
I'm leaning more and more to adding very specific methods to the two array types that can be used in the return type extensions for the array functions. E.g. Anyways, not much related to this PR which should be ready |
Yes please :) |
|
Thank you. |
This special handling for constant arrays should not be needed and the nested dim loop can break the outer type loop already if it found something to report ($report will not get any more true than true :)).