You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,13 @@ No, php7mar does implement a full lexer to determine code changes and can not de
10
10
####What has changed in PHP 7? (Read This!)
11
11
If you are currently unfamiliar with what will change moving to PHP 7 then read the [UPGRADING file in the current master branch of php-src](https://github.com/php/php-src/blob/master/UPGRADING). Understanding these changes is important to reading the reports generated by php7mar.
12
12
13
+
####Does it handle very poorly styled code?
14
+
Very poorly styled code will not parse well, but assuming there is at least some structure to the code style it should still parse. If the code is entirely too poorly formatted there are several web sites that can be used to clean up source code.
15
+
16
+
*http://www.phpformatter.com/ (Does not support PHP 5.4 [] array syntax.)
17
+
*http://phpbeautifier.com/
18
+
*http://phpcodecleaner.com/
19
+
13
20
#Usage
14
21
First, start by downloading or cloning this repository. It does not need to be placed inside the folder containing the source code.
0 commit comments