This commit is contained in:
edbrz9 2022-12-29 14:29:21 +01:00
parent 3914576b0e
commit 7d9975ec13
1 changed files with 4 additions and 1 deletions

View File

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