From 3914576b0e2b79b648dc46f76aa82d11980a2e55 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 29 Dec 2022 14:28:09 +0100 Subject: [PATCH] check --- proj/y2t/handler.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/proj/y2t/handler.php b/proj/y2t/handler.php index 57f2203..77c5b48 100644 --- a/proj/y2t/handler.php +++ b/proj/y2t/handler.php @@ -30,8 +30,9 @@ //wait($return_code); echo nl2br("output:\n"); - //var_export($output); - echo $output; + var_export($output); + echo nl2br("output:\n"); + echo var_export($output, true); echo nl2br("\nreturn:\n"); var_export($return);