gbmrocks / phpobfuscator

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

concatenated functions not obfuscated #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a php file containing a function (make_string) returning a string
2. in the main (or outside the function) make a statement like this:
echo "this is the ".make_string(input)." generated result! ";
3. the result is that the function itself is obfuscated, but the echo
statement is left unchanged

What version of the product are you using? On what operating system?
0.1.0.0 Downloaded dec. 25th 2008. XP Home edition SP3 with dotnet35

Please provide any additional information below.

Original issue reported on code.google.com by developm...@hauge.eu on 25 Dec 2008 at 8:44