Found the issue.
PHP doesn't like white spaces near the <?php tag.
<?php
Went through all the files to look for tabs/spaces/newline near the <?php and deleted them. I had an empty line in my web.php file.
web.php
That was painful to figure out