We strive to offer quality services, that's why this version constants a novelty that we think will delight you.
Before version 4.0.85, the PHP constants was already automatically converted to a value, we put a function that allows to restore some (DIRECTORY_SEPARATOR, PHP_OS), but we noticed recently that it could be a handicap.
For example with this constant group :
It will be translated on our decompiler PHP by this :
Likewise for others constant like PHP_EOL...
Our decompiler runs on Windows, the constant DIRECTORY_SEPARATOR was sometimes restore, while it should not be.
So we became aware of these problems, and updated our decompiler, so that we can not automatically convert these values !
The team DeZender.