What does the code below means in PHP7:
(require __DIR__ . \'/routes.php\')($app);
And how to convert it to non-Uniform syntax?