Export to GitHub

phpobfuscator - issue #30

magic methods within php


Posted on Jan 23, 2010 by Happy Horse

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.

Status: New

Labels:
Type-Defect Priority-Medium