BaseMax / PHPAS

PHP Auto Style: A tool for format and beautify the style of PHP code with my style.
https://www.phpclasses.org/package/11216-PHP-Beautify-PHP-source-code-fixing-its-style.html
GNU General Public License v3.0
6 stars 3 forks source link

Bug in parsing single quoted strings #1

Closed rozhnev closed 3 years ago

rozhnev commented 3 years ago

The below source code cause to infinite loop in parsing single quoted string: <?php $q='';

BaseMax commented 3 years ago

Thanks, #2