/**
  * This static function expects $args to start with the script name (POSIX-style).
  * Preserved for backwards compatibility.
  * @see getopt2()
  */
 static function getopt($args, $short_options, $long_options = null)
 {
     return lmbTestGetopt::doGetopt(1, $args, $short_options, $long_options);
 }