Attackers can include PHP code in the http request, causing the server to execute malicious PHP code, achieving code injection attacks. This rule requires checking the PHP code flag in http request to prevent such attacks. This rule supports to defend the A3: Injection and A1: Broken Access Control of OWASP Top 10 - 2021. Other reference:None