From c0a85f150006810235c1d906361e1ce8c4e74fcd Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 29 Dec 2022 14:10:22 +0100 Subject: [PATCH] check --- proj/y2t/handler.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/proj/y2t/handler.php b/proj/y2t/handler.php index ed04a87..efc5d3d 100644 --- a/proj/y2t/handler.php +++ b/proj/y2t/handler.php @@ -25,12 +25,16 @@ echo nl2br("executing the thing\n"); //wait($return_code); + echo nl2br("output:\n"); var_export($output); - var_export($ret); + echo nl2br("\nreturn:\n"); + var_export($return); + + - echo nl2br("wait is over, here is the output:\n"); echo $output; - echo nl2br("\n END OF THE OUTPUT"); + + echo nl2br("\n END OF THE OUTPUT\n"); echo "check" ?>