This commit is contained in:
edbrz9 2022-12-29 14:28:09 +01:00
parent e45726e124
commit 3914576b0e
1 changed files with 3 additions and 2 deletions

View File

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