gbmrocks / phpobfuscator

Automatically exported from code.google.com/p/phpobfuscator
0 stars 0 forks source link

//* Comments produces endless loop #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Error related issue http://code.google.com/p/phpobfuscator/issues/detail?id=4

What steps will reproduce the problem?
1. Create a php file with a comment like: //* my comment
2. Run the obfuscator
3. Endless loop

Please provide any additional information below.

Error at while loop at line 325 in Obfuscator.cs Rev. 9
Could be solved removing // comments prior to /* comments

Original issue reported on code.google.com by thee...@gmail.com on 20 May 2010 at 9:01