Home > Article > Development Tools > How to find sublime php syntax error prompts
How to discover sublime php syntax error prompts: first open the sublime software; then write the php code in sublime; then press the shortcut key "ctrl B" to display the error prompt during execution.
Last night, because a certain variable code in php was written incorrectly, sublime did not prompt a syntax error. After working on it for a long time and debugging it step by step, I finally found out that the obtained variable was empty
sublimeCan prompt php syntax errors
After sublime finishes writing the php code, if you make a mistake, it will not prompt you for syntax errors immediately like eclipse.
However, when pressing the shortcut key ctrl B, if there are any errors during execution, they will be displayed. I like it even if it doesn't have real-time prompts. I won't interrupt my thoughts to correct errors.
Screenshot:
ctrl B
The above is the detailed content of How to find sublime php syntax error prompts. For more information, please follow other related articles on the PHP Chinese website!