April 24, 2018 at 10:40 PM #1 Thanks to our new V4 decompiler, we inform you the exit of our decompilation service, for Plesk 17 and more ! ;)
April 28, 2018 at 10:18 PM #2 New version 4.0.3.0, which goes from BETA to Stable ![NEW] 100% compatible with OPCodes of PHP 7.2[NEW] Decompiling "Return type declarations" : http://php.net/manual/en/functions.retu ... eclaration[FIXED] Detection of GOTO on "ZEND_JMP" OPCodes
May 20, 2018 at 1:10 AM #3 New version 4.0.4.0 ![NEW] Decompiling "Null Coalescing Operator" : http://php.net/manual/en/language.opera ... n.coalesce Code // Example usage for: Null Coalesce Operator $action = $_POST['action'] ?? 'default';