This commit is contained in:
edbrz9 2022-12-29 14:44:33 +01:00
parent 7fabf5631f
commit 19c66b8365
1 changed files with 7 additions and 7 deletions

View File

@ -30,12 +30,12 @@
//wait($return_code); //wait($return_code);
echo nl2br("output:\n"); echo nl2br("output:\n");
var_export($output); //var_export($output);
echo nl2br("output:\n"); //echo nl2br("output:\n");
echo nl2br("\n"); //echo nl2br("\n");
echo nl2br("\n"); //echo nl2br("\n");
$txt = var_export($output, true); //$txt = var_export($output, true);
echo nl2br("\nreturn:\n"); //echo nl2br("\nreturn:\n");
//var_export($return); //var_export($return);
foreach ($output as $item) { foreach ($output as $item) {
@ -43,7 +43,7 @@
echo $item; echo $item;
echo '</div>'; echo '</div>';
} }
echo nl2br("\n END OF THE OUTPUT\n"); //echo nl2br("\n END OF THE OUTPUT\n");
/* /*
echo "check"; echo "check";