PHP while-Loops break Statement

With the break statement we can stop the loop even if the condition is still true:

The number is: 1
The number is: 2