Thanks to visit codestin.com Credit goes to docs.hhvm.com
This function is a kludge that returns the last argument it receives
namespace HH; function sequence( mixed ...$args, ): mixed;
mixed ...$args
mixed