What's the issue with this loop?

The loop never stopsWe need to increase $number before we display itWhile loops only work with arrays

Excellent! Because $number is always going to be greater than 0, we've created a so-called infinite loop.

Yikes! Because $number is always going to be greater than 0, we've created a so-called infinite loop.