All of a sudden, and I’m not sure when, I’ve been having an issue with Xdebug when iterating through a while loop while using the sqlFetchArray function, it pops out of the while loop after one iteration no matter what.
As an example:
Here I have 77 rows in the query but it always kicks out after reading one row when I am debugging, but if I don’t put a stop point it works as expected. This has been driving me nuts!!!
Any advice?
Thanks!