diff --git a/proj/y2t/handler.php b/proj/y2t/handler.php index 77c5b48..77592ab 100644 --- a/proj/y2t/handler.php +++ b/proj/y2t/handler.php @@ -32,7 +32,10 @@ echo nl2br("output:\n"); var_export($output); echo nl2br("output:\n"); - echo var_export($output, true); + echo nl2br("\n"); + echo nl2br("\n"); + $txt = var_export($output, true); + echo $txt; echo nl2br("\nreturn:\n"); var_export($return);