From a6bb908a769c5bbc6b6454d362fe4d69ed51beec Mon Sep 17 00:00:00 2001 From: appills Date: Thu, 14 Dec 2023 09:57:06 -0600 Subject: [PATCH] Add PHP short-hand echo example to echoed-requests test cases --- php/lang/security/injection/echoed-request.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/php/lang/security/injection/echoed-request.php b/php/lang/security/injection/echoed-request.php index c54496d05a..57544de018 100644 --- a/php/lang/security/injection/echoed-request.php +++ b/php/lang/security/injection/echoed-request.php @@ -84,4 +84,10 @@ function doOK7() { echo $safevar; } +?> + + + + +