phpstorm php7 feature error solution: 1. Open the phpstorm editor, find and click "composer"; 2. Uncheck Synchronize in the opened interface; 3. Select PHP7 in "Preferences" The above version will do.
The operating environment of this tutorial: Windows 10 system, PHP7 version, DELL G3 computer
phpstorm What should I do if the php7 feature reports an error?
Solving syntax errors in php7 version on phpstorm
Tutorial:
1. Do not check Synchronize
2. Select version 7 or above
Related introduction:
PhpStorm is a commercial PHP integrated development tool developed by JetBrains. Improve user efficiency by deeply understanding user coding, providing intelligent code completion, fast navigation and instant error checking.
Advantages
1. Cross-platform.
2. Support refactor function for PHP.
3. Automatically generate phpdoc comments, which is very convenient for large-scale programming.
4. Built-in support for Zencode.
5. Generate a class inheritance diagram. If there is a class, after multiple inheritances, you can use this function to view all its parent relationships.
6. Support code refactoring to facilitate code modification.
7. Has local history function (local history function).
8. Convenient deployment, you can directly upload the code to the server.
Recommended learning: "PHP Video Tutorial"
The above is the detailed content of What to do if the phpstorm php7 feature reports an error. For more information, please follow other related articles on the PHP Chinese website!