I\'m a PHP and ActionScript developer, and in some of my functions I use return to end it. Example:
return
private function lolsome(a:String):void {
I wouldn't consider it bad practice at all. It's widely used.