Articles
Snippets
Enter 3 characters
No result found!
You quickly give an exception and throw in a try-catch. So they try not to execute.
try { print "enter to try"; throw new Exception(); } catch (Exception $e) { print "something went wrong, enter in catch"; } finally { print "oh! in final"; }