I just configured the PHP development environment using Later, I switched to the test and found that it was normal. Now I understand, it must be caused by PHP not opening the abbreviation form! Solution:
Please open the php.ini file, find "short_open_tag", comment out the line short_open_tag = Off, and then open ;short_open_tag = On! Remember to restart apache, so