How to diagnose PHP code

Posted on January 12, 2020, in category Information, Tutorial, tags: , , , ,

In this article you will find out how to pinpoint all the potential issues in regular PHP code by taking advantage of fast compiler-based static program analysis, provided as a part of the PeachPie project.

... continue reading