“Invalid argument supplied for foreach()” - What happens next?

GMROCKS

New Member
If "Invalid argument supplied for foreach()" is a "warning" in PHP and doesn't halt execution, where does the script execution continue from? After the foreach block? After the function? What happens next?
 
Back
Top