Netbeans 7.4 doesn't recognise PHP short tag

前端 未结 2 1426
太阳男子
太阳男子 2021-01-03 19:05

I recently updated Netbeans to 7.4 version and I actually get plenty of \"errors\": all the code included in short php tag is not parsed and considered almost like comment (

相关标签:
2条回答
  • 2021-01-03 19:53
    1. Ctrl-1 to open your Project window
    2. Right-click on your project and click on Properties
    3. Enable Allow short tags (<?)
    4. Press Ok

    Click on Allow short tags (<?)

    0 讨论(0)
  • 2021-01-03 20:00

    Maybe you want to uncheck this option.

    Option >> Editor >> Uncheck Giving Space After Short Php Tag

    Settings ScreenShot

    0 讨论(0)
提交回复
热议问题