This commit is contained in:
edbrz9 2022-12-29 14:10:22 +01:00
parent f35761c501
commit c0a85f1500
1 changed files with 7 additions and 3 deletions

View File

@ -25,12 +25,16 @@
echo nl2br("executing the thing\n"); echo nl2br("executing the thing\n");
//wait($return_code); //wait($return_code);
echo nl2br("output:\n");
var_export($output); var_export($output);
var_export($ret); echo nl2br("\nreturn:\n");
var_export($return);
echo nl2br("wait is over, here is the output:\n");
echo $output; echo $output;
echo nl2br("\n END OF THE OUTPUT");
echo nl2br("\n END OF THE OUTPUT\n");
echo "check" echo "check"
?> ?>