check
This commit is contained in:
parent
f35761c501
commit
c0a85f1500
|
@ -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"
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue