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

View File

@ -30,7 +30,8 @@
//wait($return_code);
echo nl2br("output:\n");
var_export($output);
//var_export($output);
echo $output;
echo nl2br("\nreturn:\n");
var_export($return);