phpCompressor icon indicating copy to clipboard operation
phpCompressor copied to clipboard

The main task of compressing PHP code, it is also possible to use as a simple PHP obfuscator.

Results 3 phpCompressor issues
Sort by recently updated
recently updated
newest added

![_20190211195217](https://user-images.githubusercontent.com/2263175/52561532-9ede6f00-2e36-11e9-87bc-70a8e7f75325.png)

Fatal error: Class 'PhpParser\ParserFactory' not found

function _($name, $params) { return call_user_func_array($name, $params); } function ak() { return _('array_key_exists', func_get_args()); } вот так надо сделать необходим полный набор всех базовых функций для переименования, нужно найти.