check
This commit is contained in:
parent
c444fab5f0
commit
7fabf5631f
|
@ -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);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo $output;
|
|
||||||
|
|
||||||
|
foreach ($output as $item) {
|
||||||
|
echo '<div class="y2tout">';
|
||||||
|
echo $item;
|
||||||
|
echo '</div>';
|
||||||
|
}
|
||||||
echo nl2br("\n END OF THE OUTPUT\n");
|
echo nl2br("\n END OF THE OUTPUT\n");
|
||||||
/*
|
/*
|
||||||
echo "check";
|
echo "check";
|
||||||
|
|
Loading…
Reference in New Issue