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);