pometek / phpobfuscator

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

Enter one-line summary #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new php file that has no closing tag (no ?> at the end). This
is perfectly valid for the php interpreter (EOF in a php block means close
the block for it)

2. Try to obfuscate it

What is the expected output? What do you see instead?
The file shoud be obfuscated, but the obfuscator simply hasn't detected any
php block so it outputs the original file.

What version of the product are you using? On what operating system?
svn version

Please provide any additional information below.
This issue should be fixed in the "GetCodeBlock" funcion of Obfuscator.cs

Original issue reported on code.google.com by syn...@gmail.com on 23 Feb 2007 at 8:49

GoogleCodeExporter commented 9 years ago
self-developed patch

Original comment by syn...@gmail.com on 23 Feb 2007 at 10:38

Attachments: