Export to GitHub

phpobfuscator - issue #28
Heredoc syntax parsed incorrectly and can cause the app to freeze.
Posted on Dec 1, 2009 by
Grumpy Panda
What steps will reproduce the problem? 1. Create a file with Heredoc syntax. 2. Obfuscate.
What is the expected output? <?php echo <<<HTML Something... HTML; } ?>
What do you see instead? <?php echo <<<HTML Something... HTML; } ?>
What version of the product are you using? On what operating system? PHP Obfuscator 0.1.0.0 Windows 7 RC7100 (x86_64)
Please provide any additional information below. If the string includes HTML markup, the application may freeze.
Status: New
Labels:
Type-Defect
Priority-Medium