test
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent 7c4fc09054
commit f6b251786a

@ -30,9 +30,9 @@
<?php
global $playerNumberPerGame;
$i = 0;
echo $playerNumberPerGame."a\n";
for ($i; $i <= $playerNumberPerGame; $i++)
echo $i;
echo $playerNumberPerGame;
echo $i."b\n";
echo "<tr>";
echo "<th scope='row'> X </th>";
echo "<td>".$lesInfos[0][$i]->getPseudo()."</td>";

Loading…
Cancel
Save