beautiful love mp3 php formatting tool Beautify PHP small BUG

WBOY
Release: 2016-07-29 08:37:58
Original
1062 people have browsed it

Beautify PHP, a very useful php formatting tool
http://www.bierkandt.org/beautify/
http://pear.php.net/package/PHP_Beautifier/download
Recently there are new people in the group, their code It’s really uncomfortable to read when it’s not very standard. This tool is really easy to use. No matter how messy the code is, it can be formatted in an instant. If you throw it into Linux, you can also quickly batch process it @.@
Okay, here is the topic of this post :
When Beautify PHP formats symbols, the ^= and &= judgments are omitted.
In line 426 of beautify_php.class.inc, add these two symbols
if ($ i > 0 AND !$this->_comment) {
         if (($a[$i] == "=" OR $a[$i] == "<" OR $a[$i] = = ">" OR $a[$i] == "*")
]+)/", $a[$i-1]) == 0) {

The above introduces the small bugs of beautiful love mp3 php formatting tool Beautify PHP, including the content of beautiful love mp3. I hope it will be helpful to friends who are interested in PHP tutorials.


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!