gnomee / phpobfuscator

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

magic methods within php #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As per PHP manual the following methods should be skipped from obfuscation

The function names __construct, __destruct, __call, __callStatic, __get, 
__set, __isset, __unset, __sleep, __wakeup, __toString, __invoke, __set_state 
and __clone are magical in PHP classes. 

Original issue reported on code.google.com by adrian.praja@gmail.com on 23 Jan 2010 at 10:19