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

View File

@ -35,14 +35,14 @@
echo nl2br("\n"); echo nl2br("\n");
echo nl2br("\n"); echo nl2br("\n");
$txt = var_export($output, true); $txt = var_export($output, true);
echo $txt[0];
echo nl2br("\nreturn:\n"); echo nl2br("\nreturn:\n");
//var_export($return); //var_export($return);
foreach ($output as $item) {
echo '<div class="y2tout">';
echo $output; echo $item;
echo '</div>';
}
echo nl2br("\n END OF THE OUTPUT\n"); echo nl2br("\n END OF THE OUTPUT\n");
/* /*
echo "check"; echo "check";