PHP short_open_tag(<?)
Deprecated. So you need to use <?php
instead of <?
In PHP 8.0, deprecation notifications are converted to parsing errors:
In PHP 9.0, support for short_open_tag has been completely removed:
Reference: https://wiki.php.net/rfc/deprecate_php_short_tags_v2