From 7d9975ec13dfaf8a66fce092c7ff55d85ce49a13 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 29 Dec 2022 14:29:21 +0100 Subject: [PATCH] check --- proj/y2t/handler.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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);